Skip to content

Commit

Permalink
V4L/DVB (12360): au0828: fix typo: dvb uses bulk xfer, dont say isoc …
Browse files Browse the repository at this point in the history
…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: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent 1c8336d commit 5376176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/au0828/au0828-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 5376176

Please sign in to comment.