]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: serial: altera_uart: Simplify altera_uart_init()
authorTobias Klauser <tklauser@distanz.ch>
Tue, 5 Feb 2013 17:07:42 +0000 (18:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Feb 2013 19:13:50 +0000 (11:13 -0800)
commit61bc65599f8118fc53975670f19c37fe2be92a3d
tree792ad5877f1d7ddff721ead815020e5e4a366129
parent1776fd059c40907297d6c26c51876575d63fd9e2
tty: serial: altera_uart: Simplify altera_uart_init()

No need for two separate return statements, consolidate them.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/altera_uart.c