summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-17 12:57:04 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-17 12:57:04 +0000
commit4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb (patch)
tree40cb3a459399cd0fc128e0f0cfcb82cab6409ed0 /target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch
parent3415b8c04439a74b9311b2d5a4beb14a13341525 (diff)
downloadmtk-20170518-4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb.zip
mtk-20170518-4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb.tar.gz
mtk-20170518-4af6ac74fb0dd4b8f75c82543f3b3a17fbd75fcb.tar.bz2
upgrade to 2.6.25.7, and refresh patches
SVN-Revision: 11523
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch b/target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch
index 38aef5d..a90bde3 100644
--- a/target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch
+++ b/target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch
@@ -12,11 +12,9 @@ Signed-off-by: Axel Gembe <ago@bastart.eu.org>
drivers/serial/bcm63xx_cons.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
-Index: linux-2.6.25.4/drivers/serial/bcm63xx_cons.c
-===================================================================
---- linux-2.6.25.4.orig/drivers/serial/bcm63xx_cons.c
-+++ linux-2.6.25.4/drivers/serial/bcm63xx_cons.c
-@@ -258,8 +258,14 @@ static void bcm_interrupt(int irq, void
+--- a/drivers/serial/bcm63xx_cons.c
++++ b/drivers/serial/bcm63xx_cons.c
+@@ -258,8 +258,14 @@
while (intStat) {
if (intStat & RXINT)
receive_chars(info);