Skip to content

Commit

Permalink
V4L/DVB (9459): We can now reduce the debug levels, just need to look…
Browse files Browse the repository at this point in the history
… at errors only.

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 9a28609 commit e94a447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/stb0899_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit e94a447

Please sign in to comment.