aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2008-02-23 17:10:56 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:23 -0500
commite94a4470b1c32f935f63c64027434932e3f0c90e (patch)
treeba78936595580bae933fcdf6f8e018ced3c9d8b6 /drivers
parent9a286097b027081c073addc2c55775340704c683 (diff)
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')
-rw-r--r--drivers/media/dvb/frontends/stb0899_drv.c2
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 @@
31#include "stb0899_priv.h" 31#include "stb0899_priv.h"
32#include "stb0899_reg.h" 32#include "stb0899_reg.h"
33 33
34static unsigned int verbose = 5; 34static unsigned int verbose = 1;
35module_param(verbose, int, 0644); 35module_param(verbose, int, 0644);
36 36
37/* C/N in dB/10, NIRM/NIRL */ 37/* C/N in dB/10, NIRM/NIRL */