aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/videodev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/videodev.c b/drivers/media/video/videodev.c
index 0fbe8a1a91b3..8d8e517b344f 100644
--- a/drivers/media/video/videodev.c
+++ b/drivers/media/video/videodev.c
@@ -77,7 +77,8 @@ void video_device_release(struct video_device *vfd)
77 77
78static void video_release(struct device *cd) 78static void video_release(struct device *cd)
79{ 79{
80 struct video_device *vfd = container_of(cd, struct video_device, class_dev); 80 struct video_device *vfd = container_of(cd, struct video_device,
81 class_dev);
81 82
82#if 1 83#if 1
83 /* needed until all drivers are fixed */ 84 /* needed until all drivers are fixed */