diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-12-20 01:28:27 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-12-20 01:28:27 +0100 |
commit | a012e750305d20ec8b2f79b6a32c5e7920096fd3 (patch) | |
tree | 99a4ee3aabc3f0c6232d9e49ff7c8470ab1fb2e0 /linux/drivers/media/video/w9968cf.c | |
parent | 786d73eb9aad6efa7ddd89150d18a689d08f4e07 (diff) | |
download | mediapointer-dvb-s2-a012e750305d20ec8b2f79b6a32c5e7920096fd3.tar.gz mediapointer-dvb-s2-a012e750305d20ec8b2f79b6a32c5e7920096fd3.tar.bz2 |
v4l2-dev: use the release callback from device instead of cdev
From: Hans Verkuil <hverkuil@xs4all.nl>
Instead of relying on the cdev release callback we should rely on the
release callback from the device struct. This requires that we use
get_device/put_device to do proper refcounting. In order to do this
safely v4l2-dev.c now sets up its own file_operations that call
out to the driver's ops.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/w9968cf.c')
0 files changed, 0 insertions, 0 deletions