diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2008-02-23 23:10:56 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 20:53:23 +0100 |
commit | e94a4470b1c32f935f63c64027434932e3f0c90e (patch) | |
tree | ba78936595580bae933fcdf6f8e018ced3c9d8b6 /drivers/media/dvb/frontends/stb0899_drv.c | |
parent | V4L/DVB (9458): Bugfix: gate control needs to be handled (diff) | |
download | linux-e94a4470b1c32f935f63c64027434932e3f0c90e.tar.xz linux-e94a4470b1c32f935f63c64027434932e3f0c90e.zip |
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 333b983b04ab..60a5c9a2f69a 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 */ |