aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-02 20:01:39 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 08:55:28 -0500
commit776c3ebe9678f86b9b0e72d541208bb39f9551c6 (patch)
tree294208c1e2f2e473d5242e24bd3b644f1ea045f9 /drivers/media/dvb/frontends
parente15c7ccd31faa0618478ad78e11423891919a87e (diff)
V4L/DVB (13703): [MB86A16] Fix wrong message printed out
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r--drivers/media/dvb/frontends/mb86a16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/mb86a16.c b/drivers/media/dvb/frontends/mb86a16.c
index ad03b110f735..82b127144615 100644
--- a/drivers/media/dvb/frontends/mb86a16.c
+++ b/drivers/media/dvb/frontends/mb86a16.c
@@ -1475,7 +1475,7 @@ static int mb86a16_set_fe(struct mb86a16_state *state)
1475 SEQ_set(state, 1); 1475 SEQ_set(state, 1);
1476 } 1476 }
1477 } else { 1477 } else {
1478 dprintk(verbose, MB86A16_INFO, 1, "NO -- SIGNAL"); 1478 dprintk(verbose, MB86A16_INFO, 1, "NO -- SYNC");
1479 SEQ_set(state, 1); 1479 SEQ_set(state, 1);
1480 } 1480 }
1481 } 1481 }