diff options
author | Manu Abraham <manu@linuxtv.org> | 2008-02-24 02:10:56 +0400 |
---|---|---|
committer | Manu Abraham <manu@linuxtv.org> | 2008-02-24 02:10:56 +0400 |
commit | 4d93e2e1b7218d6e255a267ede1c13a4c5bf2587 (patch) | |
tree | 6bfcee9110eeefc4f023beb292d715fb51aac22f /linux/drivers/media/dvb | |
parent | 86f5d7b740b3e8d7fbfd50f2089ad20de2ed8787 (diff) | |
download | mediapointer-dvb-s2-4d93e2e1b7218d6e255a267ede1c13a4c5bf2587.tar.gz mediapointer-dvb-s2-4d93e2e1b7218d6e255a267ede1c13a4c5bf2587.tar.bz2 |
We can now reduce the debug levels, just need to look at errors only.
(Hope so)
From: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stb0899_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/stb0899_drv.c b/linux/drivers/media/dvb/frontends/stb0899_drv.c index a3f019b3c..5d78b228c 100644 --- a/linux/drivers/media/dvb/frontends/stb0899_drv.c +++ b/linux/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 */ |