The patch number 9905 was added via Hans Verkuil <hverk...@xs4all.nl>
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:
        v4l-dvb-maintai...@linuxtv.org

------

From: Hans Verkuil  <hverk...@xs4all.nl>
v4l2-compat32: add missing newline after kernel message


Priority: normal

Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>


---

 linux/drivers/media/video/v4l2-compat-ioctl32.c |    2 ++
 1 file changed, 2 insertions(+)

diff -r 2d56ba593d46 -r 3150f8a90d3f 
linux/drivers/media/video/v4l2-compat-ioctl32.c
--- a/linux/drivers/media/video/v4l2-compat-ioctl32.c   Mon Dec 15 11:15:32 
2008 +0100
+++ b/linux/drivers/media/video/v4l2-compat-ioctl32.c   Mon Dec 15 11:19:20 
2008 +0100
@@ -977,6 +977,8 @@ long v4l_compat_ioctl32(struct file *fil
 #endif
        default:
                v4l_print_ioctl("compat_ioctl32", cmd);
+               printk(KERN_CONT "\n");
+               break;
        }
        return ret;
 }


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/3150f8a90d3fff879177923cf069cd7fda8b9a61

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to