|
@@ -820,7 +820,7 @@ static int em28xx_audio_urb_init(struct em28xx *dev)
|
|
if (urb_size > ep_size * npackets)
|
|
if (urb_size > ep_size * npackets)
|
|
npackets = DIV_ROUND_UP(urb_size, ep_size);
|
|
npackets = DIV_ROUND_UP(urb_size, ep_size);
|
|
|
|
|
|
- em28xx_info("Number of URBs: %d, with %d packets and %d size",
|
|
|
|
|
|
+ em28xx_info("Number of URBs: %d, with %d packets and %d size\n",
|
|
num_urb, npackets, urb_size);
|
|
num_urb, npackets, urb_size);
|
|
|
|
|
|
/* Estimate the bytes per period */
|
|
/* Estimate the bytes per period */
|