]> git.baikalelectronics.ru Git - kernel.git/commit
serial: sh-sci: Use dev_dbg() to log an error message
authorYoshihiro Kaneko <ykaneko0929@gmail.com>
Mon, 26 Jan 2015 11:53:29 +0000 (20:53 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Feb 2015 18:11:26 +0000 (10:11 -0800)
commite3b81a7730fbe5398e07ed46b15228511230a725
tree94eedc3efce4d64b24fbaeb1291ceb335ce29933
parent2bcd8b8203cd5de0a2049059b3148bc58573751e
serial: sh-sci: Use dev_dbg() to log an error message

Since the driver cannot return from overrun error if characters
are output during overrun process, use dev_dbg() instead of
dev_notice() to log the error message of overrun in syslog.

Based on a patch by Hisashi Nakamura.

Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c