aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches-2.6.24/220-serial_fix.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-08 19:18:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-08 19:18:19 +0000
commit39a9e851a7ef08af339421d4978a09150772f9ec (patch)
treea840d65505bae089b29f94dd801639de3442befa /target/linux/rb532/patches-2.6.24/220-serial_fix.patch
parent61d2100e95b41f49c65f7777e21ddea58f3d7c4b (diff)
downloadupstream-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.patch6
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);