The patch number 10132 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Hans Verkuil <[email protected]>
v4l2-compat-ioctl32: remove dependency on videodev.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/video/v4l2-compat-ioctl32.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff -r 75aa52e36cc9 -r 52983ac37fec
linux/drivers/media/video/v4l2-compat-ioctl32.c
--- a/linux/drivers/media/video/v4l2-compat-ioctl32.c Tue Dec 30 01:31:59
2008 -0200
+++ b/linux/drivers/media/video/v4l2-compat-ioctl32.c Tue Dec 23 18:37:43
2008 +0100
@@ -1070,8 +1070,9 @@ long v4l_compat_ioctl32(struct file *fil
break;
#endif
default:
- v4l_print_ioctl("compat_ioctl32", cmd);
- printk(KERN_CONT "\n");
+ printk(KERN_WARNING "compat_ioctl32: "
+ "unknown ioctl '%c', dir=%d, #%d (0x%08x)\n",
+ _IOC_TYPE(cmd), _IOC_DIR(cmd), _IOC_NR(cmd), cmd);
break;
}
return ret;
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/52983ac37feca2ddaaa53c511247e633cf63d88a
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits