Change the debug messages like this:
-em28xx #0 em28xx_do_ioctl :VIDIOC_STREAMON: starting stream
+em28xx #0 em28xx_do_ioctl: VIDIOC_STREAMON: starting stream
(Sorry for my previous incomplete mail which I might send accidentally.)
diff -r 4ce58a8265cb em28xx-video.c
--- a/em28xx-video.c Fri Nov 21 07:12:31 2008 +0100
+++ b/em28xx-video.c Fri Nov 21 08:48:14 2008 +0100
@@ -69,7 +69,7 @@
#define em28xx_videodbg(fmt, arg...) do {\
if (video_debug) \
- printk(KERN_INFO "%s %s :"fmt, \
+ printk(KERN_INFO "%s %s: "fmt, \
dev->name, __func__ , ##arg); } while (0)
MODULE_AUTHOR(DRIVER_AUTHOR);
_______________________________________________
Em28xx mailing list
[email protected]
http://mcentral.de/mailman/listinfo/em28xx