]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: samsung: remove redundant setting of line config during port reset
authorThomas Abraham <thomas.abraham@linaro.org>
Mon, 31 Dec 2012 21:42:45 +0000 (13:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jan 2013 05:35:03 +0000 (21:35 -0800)
commit2eaa865ffd66ca2e5a841e8c756d75f89e3482ae
tree07d089770f48f339620298ab5583d0d983e2390a
parent014b9b4ce84281ccb3d723c792bed19815f3571a
serial: samsung: remove redundant setting of line config during port reset

The setting of uart line control configuration in s3c24xx_serial_resetport
is can be removed since the 'set_termios' call will overwrite any ULCON
register setting which s3c24xx_serial_resetport does.

Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/samsung.c