aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videodev.c
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-10-08 17:36:21 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 23:03:20 -0400
commitbde00cc027879a39f249ffedb048032cb7e484e4 (patch)
treec603d0c79911cd65c41f9c9df2f0977ad92c695d /drivers/media/video/videodev.c
parent102abd826a20307c5a0d23f49b8a3b5d98bddf94 (diff)
V4L/DVB (6300): CodingStyle cleanup
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/videodev.c')
-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 */