commit | 7ae0cd9bc793e16d8d68df3c17c601732cc1d3c7 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Fri Jun 19 11:32:56 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Sep 19 00:19:26 2009 -0300 |
tree | 6e95700b260955b91793bbc58a7d20c486e5d358 | |
parent | 53dacb15705901e14b03dcba27e40364fedd9d09 [diff] |
V4L/DVB (12541): v4l: remove video_register_device_index video_register_device_index is never actually called, instead the stream index number is always calculated automatically. This patch removes this function and simplifies the internal get_index function since that can now always just return the first free index. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>