]> git.karo-electronics.de Git - linux-beck.git/commit
serial: 8250_omap: Remove RTS clear
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 10 Oct 2015 18:32:30 +0000 (14:32 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 04:05:46 +0000 (21:05 -0700)
commit0abcc6df070687816b0ca0aefc3d64c62773063c
tree362931a92c9c6599ab2b0207a5de13b2c90f75b9
parentd43b54d269d27bd512f36e4f0f3d129be582ebc8
serial: 8250_omap: Remove RTS clear

Clearing UART_MCR_RTS or UART_MCR_XONANY is unnecessary; these bits
are never set in the shadow mcr. The RTS clear is especially confusing.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c