commit | 0fa4a4029025507feb6c0322cd4c4693fbad9aac | [log] [tgz] |
---|---|---|
author | Frank Schaefer <fschaefer.oss@googlemail.com> | Thu Nov 08 14:11:45 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 22 18:02:48 2012 -0200 |
tree | 0dfd224632efcbba51f088c645db8b0d792d5d0f | |
parent | 1653cb0cb27fba2577933a5a2dd8df78a5bca906 [diff] |
[media] em28xx: rename function em28xx_isoc_copy 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>