]> git.karo-electronics.de Git - linux-beck.git/commit
serial: altera_jtaguart: Adpot uart_console_write()
authorTobias Klauser <tklauser@distanz.ch>
Tue, 15 Jul 2014 15:26:48 +0000 (17:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 01:19:40 +0000 (18:19 -0700)
commit3d1c90d48cbe335a47a6a5a05ff731a86eacf6fb
tree7c8284953f2a22d1ef0d40c85ffd53152aae1fb7
parent4622eb687374ff042c79211d46bbd107c02f27d8
serial: altera_jtaguart: Adpot uart_console_write()

Follow commit 2970b7f5ea3c ("serial: altera: Adopt
uart_console_write()") and don't open code the LF to LFCR conversion in
altera_jtaguart either. Use uart_console_write() instead.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/altera_jtaguart.c