Fix verbosity level of SCC driver (leftover 'info' message) as reported by Patrice Mandin.
Signed-off-by: Michael Schmitz <[email protected]> --- 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, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

