* [PATCH -mm 2/4] Blackfin: serial update driver for Blackfin architecture
@ 2007-03-21 10:07 Wu, Bryan
0 siblings, 0 replies; only message in thread
From: Wu, Bryan @ 2007-03-21 10:07 UTC (permalink / raw)
To: Andrew Morton, alan, rmk+lkml, linux-kernel
Hi folks,
Since we support break handling, we shouldn't use these flags.
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
drivers/serial/bfin_5xx.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
Index: linux-2.6/drivers/serial/bfin_5xx.c
===================================================================
--- linux-2.6.orig/drivers/serial/bfin_5xx.c
+++ linux-2.6/drivers/serial/bfin_5xx.c
@@ -615,11 +615,7 @@
}
/* These controls are not implemented for this port */
- termios->c_iflag |= INPCK | BRKINT | PARMRK;
- termios->c_iflag &= ~(IGNPAR | IGNBRK);
-
- /* These controls are not implemented for this port */
- termios->c_iflag |= INPCK | BRKINT | PARMRK;
+ termios->c_iflag |= INPCK;
termios->c_iflag &= ~(IGNPAR | IGNBRK);
baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16);
_
Thanks
-Bryan Wu
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-21 10:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-21 10:07 [PATCH -mm 2/4] Blackfin: serial update driver for Blackfin architecture Wu, Bryan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®