OSDN Git Service

[media] em28xx: rename function em28xx_isoc_copy_vbi and extend for USB bulk transfers
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Thu, 8 Nov 2012 17:11:46 +0000 (14:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 22 Dec 2012 20:04:28 +0000 (18:04 -0200)
commit4601cc39773b33a336eda2010ea5a551aaf6d7f0
tree6f9cb58c22bba8cf7729a7214a67dd9be83cd3a5
parent0fa4a4029025507feb6c0322cd4c4693fbad9aac
[media] em28xx: rename function em28xx_isoc_copy_vbi and extend for USB bulk transfers

The URB data processing for bulk transfers is very similar to what
is done with isoc transfers, so create a common function that works
with both transfer types based on the existing isoc function.

[mchehab@redhat.com: Fix a CodingStyle issue: don't break strings
 into separate lines]

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