From 32bc66b92b058859390513956cd82a320d97d93f Mon Sep 17 00:00:00 2001 From: Guy Martin Date: Mon, 9 Jan 2006 15:32:45 -0200 Subject: [PATCH] --- yaml --- r: 17370 b: refs/heads/master c: 009494effc129094a5dcbbf2bf0345307ffe4f9b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/video/compat_ioctl32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 601a72d53595..77ad4e907872 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4aa6ba513e28884b56bac529553a47a6b160c310 +refs/heads/master: 009494effc129094a5dcbbf2bf0345307ffe4f9b diff --git a/trunk/drivers/media/video/compat_ioctl32.c b/trunk/drivers/media/video/compat_ioctl32.c index 27945e082195..6194b0125576 100644 --- a/trunk/drivers/media/video/compat_ioctl32.c +++ b/trunk/drivers/media/video/compat_ioctl32.c @@ -489,7 +489,7 @@ static int do_set_window(struct file *file, unsigned int cmd, unsigned long arg) } } - return native_ioctl(file, VIDIOCSWIN, (unsigned long)p); + return native_ioctl(file, VIDIOCSWIN, (unsigned long)vw); } static int do_video_ioctl(struct file *file, unsigned int cmd, unsigned long arg)