commit | 2321acf2962514088c2230b6d54f7a56368576c5 | [log] [tgz] |
---|---|---|
author | Ezequiel GarcĂa <elezegarcia@gmail.com> | Sat Mar 10 11:34:27 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 19 15:45:49 2012 -0300 |
tree | ff8681997b6f28b2fe471e262203f403f62a84f2 | |
parent | 955b44304afca143b82304fe421e990ec607834a [diff] |
[media] media: em28xx: Remove unused urb arrays from device struct These arrays were embedded in the struct itself, but they weren't used by anyone, since urbs are now dinamically allocated at em28xx_usb_isoc_ctl struct. Tested by compilation only. Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>