diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-03 02:01:39 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 14:55:28 +0100 |
commit | 776c3ebe9678f86b9b0e72d541208bb39f9551c6 (patch) | |
tree | 294208c1e2f2e473d5242e24bd3b644f1ea045f9 /drivers/media/dvb/frontends | |
parent | V4L/DVB (13702): [MB86A16] need to wait a bit more than the computed time for... (diff) | |
download | linux-776c3ebe9678f86b9b0e72d541208bb39f9551c6.tar.xz linux-776c3ebe9678f86b9b0e72d541208bb39f9551c6.zip |
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.c | 2 |
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) SEQ_set(state, 1); } } else { - dprintk(verbose, MB86A16_INFO, 1, "NO -- SIGNAL"); + dprintk(verbose, MB86A16_INFO, 1, "NO -- SYNC"); SEQ_set(state, 1); } } |