aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/mb86a16.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-02 22:01:39 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 11:55:28 -0200
commit776c3ebe9678f86b9b0e72d541208bb39f9551c6 (patch)
tree294208c1e2f2e473d5242e24bd3b644f1ea045f9 /drivers/media/dvb/frontends/mb86a16.c
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/mb86a16.c')
-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 ad03b110f73..82b12714461 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)
SEQ_set(state, 1);
}
} else {
- dprintk(verbose, MB86A16_INFO, 1, "NO -- SIGNAL");
+ dprintk(verbose, MB86A16_INFO, 1, "NO -- SYNC");
SEQ_set(state, 1);
}
}