diff options
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/af9005.c')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/af9005.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/af9005.c b/linux/drivers/media/dvb/dvb-usb/af9005.c index f6adc9198..43f546ad9 100644 --- a/linux/drivers/media/dvb/dvb-usb/af9005.c +++ b/linux/drivers/media/dvb/dvb-usb/af9005.c @@ -173,7 +173,7 @@ int af9005_generic_read_write(struct dvb_usb_device *d, u16 reg, if (ibuf[5] != obuf[5] || ibuf[6] != obuf[6]) { err("generic read/write, wrong register in reply."); return -EIO; - } + } if (ibuf[7] != command) { err("generic read/write wrong command in reply."); return -EIO; @@ -849,7 +849,7 @@ static int af9005_frontend_attach(struct dvb_usb_adapter *adap) /* without these calls the first commands after downloading the firmware fail. I put these calls here to simulate - what it is done in dvb-usb-init.c. + what it is done in dvb-usb-init.c. */ struct usb_device *udev = adap->dev->udev; usb_clear_halt(udev, usb_sndbulkpipe(udev, 2)); |