Fix verbosity level of SCC driver (leftover 'info' message) as reported by Patrice Mandin. Signed-off-by: Michael Schmitz <schmitz@xxxxxxxxxx> --- drivers/char/atari_scc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/char/atari_scc.c b/drivers/char/atari_scc.c index 2bbd44c..7d7abe5 100644 --- a/drivers/char/atari_scc.c +++ b/drivers/char/atari_scc.c @@ -1351,7 +1351,7 @@ static int scc_open(struct tty_struct *tty, struct file *filp) pr_debug(KERN_WARNING "SCC: enable rx ints ...\n"); scc_enable_rx_interrupts(port); pr_debug(KERN_WARNING "SCC: enable rx ints done!\n"); - pr_info("SCC: open port done!\n"); + pr_debug("SCC: open port done!\n"); return 0; } -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html