[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1174471644.5648.52.camel@roc-desktop>
Date: Wed, 21 Mar 2007 18:07:23 +0800
From: "Wu, Bryan" <bryan.wu@...log.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
alan@...rguk.ukuu.org.uk, rmk+lkml@....linux.org.uk,
linux-kernel@...r.kernel.org
Subject: [PATCH -mm 2/4] Blackfin: serial update driver for Blackfin
architecture
Hi folks,
Since we support break handling, we shouldn't use these flags.
Signed-off-by: Bryan Wu <bryan.wu@...log.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists