commit | 8373a3e512c8ea8e93981d42b0d1efb252be17fa | [log] [tgz] |
---|---|---|
author | Brandon Philips <brandon@ifup.org> | Tue Jun 24 22:58:25 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Sun Jul 20 07:28:39 2008 -0300 |
tree | bef7482f3f00d40b675072a33f5728e03e07aa42 | |
parent | 2bc93aa304f10bf94c377a487b09df75eaf88ab6 [diff] |
V4L/DVB (8389): videodev: simplify get_index() Use Hans Verkuil's suggested method of implementing get_index which doesn't depend on class_for_each_device and instead uses the video_device array. This simplifies the code and reduces its memory footprint. Signed-off-by: Brandon Philips <bphilips@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>