diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2008-02-23 19:10:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 17:53:23 -0200 |
commit | e94a4470b1c32f935f63c64027434932e3f0c90e (patch) | |
tree | ba78936595580bae933fcdf6f8e018ced3c9d8b6 /drivers/media/dvb/frontends/stb0899_drv.c | |
parent | 9a286097b027081c073addc2c55775340704c683 (diff) | |
download | op-kernel-dev-e94a4470b1c32f935f63c64027434932e3f0c90e.zip op-kernel-dev-e94a4470b1c32f935f63c64027434932e3f0c90e.tar.gz |
V4L/DVB (9459): We can now reduce the debug levels, just need to look at errors only.
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_drv.c')
-rw-r--r-- | drivers/media/dvb/frontends/stb0899_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_drv.c b/drivers/media/dvb/frontends/stb0899_drv.c index 333b983..60a5c9a 100644 --- a/drivers/media/dvb/frontends/stb0899_drv.c +++ b/drivers/media/dvb/frontends/stb0899_drv.c @@ -31,7 +31,7 @@ #include "stb0899_priv.h" #include "stb0899_reg.h" -static unsigned int verbose = 5; +static unsigned int verbose = 1; module_param(verbose, int, 0644); /* C/N in dB/10, NIRM/NIRL */ |