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 | 39a9e851a7ef08af339421d4978a09150772f9ec (patch) | |
tree | a840d65505bae089b29f94dd801639de3442befa /target/linux/rb532/patches-2.6.24/220-serial_fix.patch | |
parent | 61d2100e95b41f49c65f7777e21ddea58f3d7c4b (diff) | |
download | upstream-39a9e851a7ef08af339421d4978a09150772f9ec.tar.gz upstream-39a9e851a7ef08af339421d4978a09150772f9ec.tar.bz2 upstream-39a9e851a7ef08af339421d4978a09150772f9ec.zip |
[rb532] refresh 2.6.24 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14452 3c298f89-4303-0410-b956-a3cf2f4a3e73
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); |