V4L/DVB (8784): v4l2-dev: make the video_device's release callback mandatory
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 23 Aug 2008 09:27:59 +0000 (06:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:36:54 +0000 (09:36 -0200)
Now that all drivers set the release callback in the video_device
struct we can put in a BUG_ON in video_register_device to ensure that
the callback is always there.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found