mirror of https://gitee.com/openkylin/linux.git
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:
parent
1c8336d338
commit
5376176199
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue