diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 19:18:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 19:18:19 +0000 |
commit | 1200d62f668a1eac3123301eee1fc96613133409 (patch) | |
tree | 46023753eacf61fac40e0e4b3ee604b25e52d7f1 /target/linux/rb532/patches-2.6.24/220-serial_fix.patch | |
parent | 27dee35f99ae1e4478d12461520e9aeab22f1169 (diff) | |
download | upstream-1200d62f668a1eac3123301eee1fc96613133409.tar.gz upstream-1200d62f668a1eac3123301eee1fc96613133409.tar.bz2 upstream-1200d62f668a1eac3123301eee1fc96613133409.zip |
refresh 2.6.24 patches
SVN-Revision: 14452
Diffstat (limited to 'target/linux/rb532/patches-2.6.24/220-serial_fix.patch')
-rw-r--r-- | target/linux/rb532/patches-2.6.24/220-serial_fix.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/rb532/patches-2.6.24/220-serial_fix.patch b/target/linux/rb532/patches-2.6.24/220-serial_fix.patch index 4af6620fb5..59194da34d 100644 --- a/target/linux/rb532/patches-2.6.24/220-serial_fix.patch +++ b/target/linux/rb532/patches-2.6.24/220-serial_fix.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.23.17/drivers/serial/8250.c -=================================================================== ---- linux-2.6.23.17.orig/drivers/serial/8250.c -+++ linux-2.6.23.17/drivers/serial/8250.c +--- a/drivers/serial/8250.c ++++ b/drivers/serial/8250.c @@ -433,6 +433,13 @@ serial_out(struct uart_8250_port *up, in default: outb(value, up->port.iobase + offset); |