serial: of_serial: do not set port.type twice
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 8 May 2015 04:03:13 +0000 (13:03 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 May 2015 17:10:08 +0000 (19:10 +0200)
commit7a7a7e6d9b8f78e73b45bdc436c5fbdbb7220c74
treebdf022da99c014abd7964c1b2e8dcddef0d01317
parent1ed7b84b28c1a808d70e0b189febca5bc7e58fd7
serial: of_serial: do not set port.type twice

The port.type has already been set by of_platform_serial_setup()
called from a few lines above.
Setting it to the same value is redundant.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/of_serial.c