V4L/DVB (3296): Fixes a bug at compat_ioctl32 kernel module
authorGuy Martin <gmsoft@tuxicoman.be>
Mon, 9 Jan 2006 17:32:45 +0000 (15:32 -0200)
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>
Mon, 9 Jan 2006 17:32:45 +0000 (15:32 -0200)
commit009494effc129094a5dcbbf2bf0345307ffe4f9b
treee8a104a39ea59c861807aead84c26e1a5233ad13
parent4aa6ba513e28884b56bac529553a47a6b160c310
V4L/DVB (3296): Fixes a bug at compat_ioctl32 kernel module

- There is a bug in the ioctl translations from 32bit userspace
to 64bit kernelspace in do_set_window().
- The video window (vw) should be passed to native_ioctl()
instead of the video clip.

Signed-off-by: Guy Martin <gmsoft@tuxicoman.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
drivers/media/video/compat_ioctl32.c