serial: two branches the same in timbuart_set_mctrl()
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 27 Apr 2010 21:16:33 +0000 (14:16 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 21 May 2010 16:34:29 +0000 (09:34 -0700)
commit44051996230510ccb125cfa552d464950d1767b9
treef014bf034466fafa6d53cea65cc477642939967d
parente5bbbb18d872cb4e29815a000485c2c5eebcfaca
serial: two branches the same in timbuart_set_mctrl()

CTS is a read only bit and we are to stop signal RTS if modem line
TIOCM_RTS is not set.

Thanks for suggestions by Richard Röjfors.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Richard Röjfors <richard.rojfors@pelagicore.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/timbuart.c