diff options
Diffstat (limited to 'drivers/media/video/compat_ioctl32.c')
-rw-r--r-- | drivers/media/video/compat_ioctl32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/compat_ioctl32.c b/drivers/media/video/compat_ioctl32.c index 27945e082195..6194b0125576 100644 --- a/drivers/media/video/compat_ioctl32.c +++ b/drivers/media/video/compat_ioctl32.c | |||
@@ -489,7 +489,7 @@ static int do_set_window(struct file *file, unsigned int cmd, unsigned long arg) | |||
489 | } | 489 | } |
490 | } | 490 | } |
491 | 491 | ||
492 | return native_ioctl(file, VIDIOCSWIN, (unsigned long)p); | 492 | return native_ioctl(file, VIDIOCSWIN, (unsigned long)vw); |
493 | } | 493 | } |
494 | 494 | ||
495 | static int do_video_ioctl(struct file *file, unsigned int cmd, unsigned long arg) | 495 | static int do_video_ioctl(struct file *file, unsigned int cmd, unsigned long arg) |