[media] em28xx: Display the used DVB alternate
That helps to understand what's going there. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
ffdeca885e
commit
52f7b00e64
|
@ -212,10 +212,10 @@ static int em28xx_start_streaming(struct em28xx_dvb *dvb)
|
|||
if (rc < 0)
|
||||
return rc;
|
||||
|
||||
dprintk(1, "Using %d buffers each with %d x %d bytes\n",
|
||||
dprintk(1, "Using %d buffers each with %d x %d bytes, alternate %d\n",
|
||||
EM28XX_DVB_NUM_BUFS,
|
||||
packet_multiplier,
|
||||
dvb_max_packet_size);
|
||||
dvb_max_packet_size, dvb_alt);
|
||||
|
||||
return em28xx_init_usb_xfer(dev, EM28XX_DIGITAL_MODE,
|
||||
dev->dvb_xfer_bulk,
|
||||
|
|
Loading…
Reference in New Issue