Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

+2 -2
+2 -2
drivers/media/usb/em28xx/em28xx-dvb.c
··· 212 212 if (rc < 0) 213 213 return rc; 214 214 215 - dprintk(1, "Using %d buffers each with %d x %d bytes\n", 215 + dprintk(1, "Using %d buffers each with %d x %d bytes, alternate %d\n", 216 216 EM28XX_DVB_NUM_BUFS, 217 217 packet_multiplier, 218 - dvb_max_packet_size); 218 + dvb_max_packet_size, dvb_alt); 219 219 220 220 return em28xx_init_usb_xfer(dev, EM28XX_DIGITAL_MODE, 221 221 dev->dvb_xfer_bulk,