SERIAL: omap: fix set_mctrl() breakage
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 5 Oct 2012 11:23:28 +0000 (12:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 4 Nov 2012 11:26:00 +0000 (11:26 +0000)
c538d20c7f (and maybe previous commits) broke set_mctrl() by making
it only capable of setting bits in the MCR register.  This prevents
software controlled flow control and modem control line manipulation
via TIOCMSET/TIOCMBIC from working correctly.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/tty/serial/omap-serial.c

Simple merge