serial: altera: Adopt uart_console_write()
authorDaniel Thompson <daniel.thompson@linaro.org>
Fri, 11 Jul 2014 13:00:11 +0000 (14:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 00:49:46 +0000 (17:49 -0700)
commit2970b7f5ea3cea2f169ca23fd863e24d03748ffd
treed0780d9e56fa2c51dd7a3c80047fdd4e201b320b
parentd36f47fa841984691a05ca6477dd26064963048c
serial: altera: Adopt uart_console_write()

This driver does not currently use uart_console_write() and instead
provides is own LF to LFCR conversion in it's console_write() method.
We should use the library function instead.

Cmopile tested only (with ARCH=arm).

Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Tobias Klauser <tklauser@distanz.ch>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: linux-serial@vger.kernel.org
Cc: nios2-dev@lists.rocketboards.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/altera_uart.c