Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53761761 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12360): au0828: fix typo: dvb uses bulk xfer, dont say isoc in debug



The au0828-dvb driver uses bulk usb transfers for digital transport,
but the debug reports, "iso xfer already running!\n".

Fix this to report bulk instead of isoc.

Signed-off-by: default avatarMichael Krufky <mkrufky@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 1c8336d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ static int start_urb_transfer(struct au0828_dev *dev)
	dprintk(2, "%s()\n", __func__);

	if (dev->urb_streaming) {
		dprintk(2, "%s: iso xfer already running!\n", __func__);
		dprintk(2, "%s: bulk xfer already running!\n", __func__);
		return 0;
	}