commit | f9e86b5e9d068854a2cf40f8003ef639e80cca6c | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sat Aug 23 05:47:41 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sun Oct 12 09:36:54 2008 -0200 |
tree | 03b3ba79c4e099a6dcefd490e29d6310cc1d881a | |
parent | cb353588e1946ab709be57dd8545598793acf912 [diff] |
V4L/DVB (8782): v4l2-dev: add video_device_release_empty Add a second release function: video_device_release_empty It can be used by drivers that have statically allocated video_device structs. Its use usually, but not always, indicates laziness on the part of the driver programmer. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>