From: Michael Krufky Date: Wed, 21 Mar 2007 02:18:04 +0000 (-0300) Subject: V4L/DVB (6164): cx23885: turn off i2c_debug by default X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3c5666aee31decafdca14f6f83d33ec27b27f982;p=linux-beck.git V4L/DVB (6164): cx23885: turn off i2c_debug by default Turn off i2c_debug by default, to make the driver less verbose. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx23885/cx23885-i2c.c b/drivers/media/video/cx23885/cx23885-i2c.c index c40c37f2d139..6b49b414aebf 100644 --- a/drivers/media/video/cx23885/cx23885-i2c.c +++ b/drivers/media/video/cx23885/cx23885-i2c.c @@ -29,7 +29,7 @@ #include -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]");