]> git.baikalelectronics.ru Git - kernel.git/commit
[media] em28xx: remove double checks for urb->status == -ENOENT in urb_data_copy...
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Thu, 8 Nov 2012 17:11:44 +0000 (14:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 22 Dec 2012 20:00:59 +0000 (18:00 -0200)
commit1db9cb97066ccfdb313ff7b993519d6371315f6e
tree601b7de64f48c5fb0cfb14ce06b5a49937389b66
parentae4f71c016c9be9ffc4358b0d2dedd77be9c4380
[media] em28xx: remove double checks for urb->status == -ENOENT in urb_data_copy functions

This check is already done in the URB handler
em28xx_irq_callback before calling these functions.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/em28xx/em28xx-dvb.c
drivers/media/usb/em28xx/em28xx-video.c