]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (6164): cx23885: turn off i2c_debug by default
authorMichael Krufky <mkrufky@linuxtv.org>
Wed, 21 Mar 2007 02:18:04 +0000 (23:18 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:08:15 +0000 (22:08 -0300)
Turn off i2c_debug by default, to make the driver less verbose.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx23885/cx23885-i2c.c

index c40c37f2d1390a6cdb9f320b223a82391716f15b..6b49b414aebfeb11526a60544da66fb9bfaefdbe 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <media/v4l2-common.h>
 
-static unsigned int i2c_debug = 2;
+static unsigned int i2c_debug = 0;
 module_param(i2c_debug, int, 0644);
 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");