serial: max310x: Remove excess port configure at startup
authorAlexander Shiyan <shc_work@mail.ru>
Fri, 7 Feb 2014 14:16:06 +0000 (18:16 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 17:33:05 +0000 (09:33 -0800)
commitf4fcc40b564dd1920029053be9c4dd557b23a7ec
tree0d6f08a2b1377e1374c1524202290713e19046da
parent1e6128b63597adf97f1865fba7d778a6f8ccb7a0
serial: max310x: Remove excess port configure at startup

Serial core calls set_termios() after port startup, so there are
no reason to setup port twice.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max310x.c