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: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Michael Krufky 2009-07-27 17:35:59 -03:00 committed by Mauro Carvalho Chehab
parent 1c8336d338
commit 5376176199
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}