diff options
author | MishalÅ Pytasz <pytasz@lodz.home.pl> | 2006-01-09 12:24:59 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:24:59 -0500 |
commit | 97e2a01b6bd995bc3438b361e58b126a2c3cc0ca (patch) | |
tree | bd60a4ec1afec76ef44e2d83290a6e028fd8ca28 /drivers | |
parent | 133b735416fcd0f32a429e3f55072afe84c1f005 (diff) |
V4L (0973): Another build fix for compat_ioctl32.c
- Another build fix for compat_ioctl32.c
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/compat_ioctl32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/compat_ioctl32.c b/drivers/media/video/compat_ioctl32.c index 83cba5651f71..99774c420689 100644 --- a/drivers/media/video/compat_ioctl32.c +++ b/drivers/media/video/compat_ioctl32.c | |||
@@ -309,6 +309,7 @@ long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) | |||
309 | break; | 309 | break; |
310 | 310 | ||
311 | return ret; | 311 | return ret; |
312 | } | ||
312 | } | 313 | } |
313 | #else | 314 | #else |
314 | long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) | 315 | long v4l_compat_ioctl32(struct file *file, unsigned int cmd, unsigned long arg) |