Author: charles                      Date: Tue Jan 31 14:58:21 2006 GMT
Module: SOURCES                       Tag: LINUX_2_6_14
---- Log message:
- print debug info only if debug=1

---- Files affected:
SOURCES:
   linux-2.6.14-cx88-debug-printk.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/linux-2.6.14-cx88-debug-printk.patch
diff -u /dev/null SOURCES/linux-2.6.14-cx88-debug-printk.patch:1.1.2.1
--- /dev/null   Tue Jan 31 15:58:21 2006
+++ SOURCES/linux-2.6.14-cx88-debug-printk.patch        Tue Jan 31 15:58:16 2006
@@ -0,0 +1,17 @@
+--- linux-2.6.14.6/drivers/media/video/cx88/cx88-video.c.old   2006-01-08 
03:15:24.000000000 +0100
++++ linux-2.6.14.6/drivers/media/video/cx88/cx88-video.c       2006-01-30 
17:17:05.000000000 +0100
+@@ -1256,11 +1256,10 @@
+ {
+       int err;
+ 
+-      if (video_debug > 1)
++      if (video_debug > 1) {
+               cx88_print_ioctl(core->name,cmd);
+-      printk( KERN_INFO "CORE IOCTL: 0x%x\n", cmd );
+-      cx88_print_ioctl(core->name,cmd);
+-      dprintk( 1, "CORE IOCTL: 0x%x\n", cmd );
++              dprintk( 1, "CORE IOCTL: 0x%x\n", cmd );
++      }
+ 
+       switch (cmd) {
+       /* ---------- tv norms ---------- */
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to