From dcf191c3f8eae8b3a22bdfa96327445d38fcb917 Mon Sep 17 00:00:00 2001 From: helau Date: Mon, 25 Apr 2016 09:22:51 +0200 Subject: [PATCH] Update stv0910.c Remove kernel message. --- frontends/stv0910.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/stv0910.c b/frontends/stv0910.c index a7052dc..566fda5 100644 --- a/frontends/stv0910.c +++ b/frontends/stv0910.c @@ -1464,7 +1464,7 @@ static int read_signal_strength(struct dvb_frontend *fe, u16 *strength) else *strength = 0; - printk("pwr = %d bb = %d str = %u\n", Power, bbgain, *strength); + // printk("pwr = %d bb = %d str = %u\n", Power, bbgain, *strength); if (bbgain < (s32) *strength) *strength -= bbgain; else