diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-03-21 02:18:04 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-10 01:08:15 (GMT) |
commit | 3c5666aee31decafdca14f6f83d33ec27b27f982 (patch) | |
tree | 28c819569a4faca742dc192b6a3ba0358a9233ce /drivers/media/video/cx23885 | |
parent | 60a41d3b61a714d98a36cddbe182cc6ff0794274 (diff) | |
download | linux-fsl-qoriq-3c5666aee31decafdca14f6f83d33ec27b27f982.tar.xz |
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 <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-i2c.c b/drivers/media/video/cx23885/cx23885-i2c.c index c40c37f..6b49b41 100644 --- a/drivers/media/video/cx23885/cx23885-i2c.c +++ b/drivers/media/video/cx23885/cx23885-i2c.c @@ -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]"); |