aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-12-27 17:50:43 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 17:52:31 -0300
commit4922cec59a1b37d49b3e01577ab2f779a13b3ae6 (patch)
tree595fa9d515eb65f0a6d6536463649b9393849806 /drivers/media/common
parent2df12510f97664b740a94cd7fd816460c55ce29b (diff)
downloadkernel_samsung_smdk4412-4922cec59a1b37d49b3e01577ab2f779a13b3ae6.zip
kernel_samsung_smdk4412-4922cec59a1b37d49b3e01577ab2f779a13b3ae6.tar.gz
kernel_samsung_smdk4412-4922cec59a1b37d49b3e01577ab2f779a13b3ae6.tar.bz2
[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 <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/tuners/xc4000.c2
1 files changed, 1 insertions, 1 deletions
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).");