Skip to content

Commit

Permalink
V4L/DVB (13703): [MB86A16] Fix wrong message printed out
Browse files Browse the repository at this point in the history
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 Jan 17, 2010
1 parent e15c7cc commit 776c3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/mb86a16.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 776c3eb

Please sign in to comment.