Skip to content

Commit

Permalink
V4L/DVB (6164): cx23885: turn off i2c_debug by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 60a41d3 commit 3c5666a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/cx23885/cx23885-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]");

Expand Down

0 comments on commit 3c5666a

Please sign in to comment.