Commit 52f7b00e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] em28xx: Display the used DVB alternate

That helps to understand what's going there.
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent ffdeca88
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment