]> git.karo-electronics.de Git - linux-beck.git/commit
tty/serial: atmel_serial: remove dev_dbg in atmel_set_termios
authorNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 22 Jan 2014 09:38:52 +0000 (10:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 18:18:48 +0000 (10:18 -0800)
commitc972d806fddfb7852ce0d37d2ed14072b6de670b
tree8ad066ea8a33828c14b967430c2fda8b8447aa6c
parent25e8d0ed75a6b3e7c2f533f0460a48f903d94269
tty/serial: atmel_serial: remove dev_dbg in atmel_set_termios

This fixes a driver bug which stopped the whole system (in case
of serial console).
This log message is not useful anyway as this information is
printed elsewhere.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/atmel_serial.c