diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-12-27 15:50:43 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:52:31 -0400 |
commit | 4922cec59a1b37d49b3e01577ab2f779a13b3ae6 (patch) | |
tree | 595fa9d515eb65f0a6d6536463649b9393849806 /drivers/media/common | |
parent | 2df12510f97664b740a94cd7fd816460c55ce29b (diff) |
[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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/xc4000.c b/drivers/media/common/tuners/xc4000.c index 1263bfe12bc2..49d5929389ff 100644 --- a/drivers/media/common/tuners/xc4000.c +++ b/drivers/media/common/tuners/xc4000.c | |||
@@ -36,7 +36,7 @@ | |||
36 | #include "tuner-i2c.h" | 36 | #include "tuner-i2c.h" |
37 | #include "tuner-xc2028-types.h" | 37 | #include "tuner-xc2028-types.h" |
38 | 38 | ||
39 | static int debug=1; | 39 | static int debug; |
40 | module_param(debug, int, 0644); | 40 | module_param(debug, int, 0644); |
41 | MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); | 41 | MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); |
42 | 42 | ||