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)
- 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>

No differences found