From: Devin Heitmueller Date: Sun, 27 Dec 2009 20:50:43 +0000 (-0300) Subject: [media] xc4000: turn off debug logging by default X-Git-Tag: v3.1-rc1~116^2~374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4922cec59a1b37d49b3e01577ab2f779a13b3ae6;p=profile%2Fivi%2Fkernel-x86-ivi.git [media] xc4000: turn off debug logging by default Don't dump debug into to dmesg by default (something I had enabled during bringup of the xc4000 driver). Signed-off-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/common/tuners/xc4000.c b/drivers/media/common/tuners/xc4000.c index 1263bfe..49d5929 100644 --- a/drivers/media/common/tuners/xc4000.c +++ b/drivers/media/common/tuners/xc4000.c @@ -36,7 +36,7 @@ #include "tuner-i2c.h" #include "tuner-xc2028-types.h" -static int debug=1; +static int debug; module_param(debug, int, 0644); MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off).");