This patch fixes build errors of -mm kernels, 2.6.14-rc1-mm1 or later.
Please apply.
Thanks,
Signed-off-by: Hirokazu Takata <[email protected]>
---
drivers/serial/m32r_sio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.14-rc2-mm1/drivers/serial/m32r_sio.c
===================================================================
--- linux-2.6.14-rc2-mm1.orig/drivers/serial/m32r_sio.c 2005-09-27 20:53:39.000000000 +0900
+++ linux-2.6.14-rc2-mm1/drivers/serial/m32r_sio.c 2005-09-27 20:53:46.000000000 +0900
@@ -386,7 +386,7 @@ static _INLINE_ void receive_chars(struc
if ((*status & up->port.ignore_status_mask) == 0)
tty_insert_flip_char(tty, ch, flag);
- if (*status & UART_LSR_OE)
+ if (*status & UART_LSR_OE) {
/*
* Overrun is special, since it's reported
* immediately, and doesn't affect the current
--
Hirokazu Takata <[email protected]>
Linux/M32R Project: http://www.linux-m32r.org/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|