Signed-off-by: Mauro Carvalho Chehab <m.che...@samsung.com>
---
 drivers/media/usb/em28xx/em28xx-dvb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c 
b/drivers/media/usb/em28xx/em28xx-dvb.c
index 301463f463c6..16c4d58a985b 100644
--- a/drivers/media/usb/em28xx/em28xx-dvb.c
+++ b/drivers/media/usb/em28xx/em28xx-dvb.c
@@ -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,
-- 
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to