From: Yoshihiro Kaneko Date: Mon, 26 Jan 2015 11:53:29 +0000 (+0900) Subject: serial: sh-sci: Use dev_dbg() to log an error message X-Git-Tag: fixes-v4.0-rc1~98^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b31f1c6bbb3e741c930a71af8f0bcd4e5d4ded;p=pandora-kernel.git 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 Acked-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed