projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel/2.6.38] fix gcc-4.6 set but unused warnings
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.38
/
191-cambria_optional_uart.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.38/191-cambria_optional_uart.patch
b/target/linux/ixp4xx/patches-2.6.38/191-cambria_optional_uart.patch
index
639e19e
..
4340747
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.38/191-cambria_optional_uart.patch
+++ b/
target/linux/ixp4xx/patches-2.6.38/191-cambria_optional_uart.patch
@@
-165,7
+165,7
@@
case UPIO_AU:
case UPIO_DWAPB:
case UPIO_DWAPB32:
case UPIO_AU:
case UPIO_DWAPB:
case UPIO_DWAPB32:
-@@ -25
21,6 +2541
,7 @@ static int serial8250_request_std_resour
+@@ -25
34,6 +2554
,7 @@ static int serial8250_request_std_resour
case UPIO_MEM:
case UPIO_DWAPB:
case UPIO_DWAPB32:
case UPIO_MEM:
case UPIO_DWAPB:
case UPIO_DWAPB32:
@@
-173,7
+173,7
@@
if (!up->port.mapbase)
break;
if (!up->port.mapbase)
break;
-@@ -25
59,6 +2580
,7 @@ static void serial8250_release_std_resou
+@@ -25
72,6 +2593
,7 @@ static void serial8250_release_std_resou
case UPIO_MEM:
case UPIO_DWAPB:
case UPIO_DWAPB32:
case UPIO_MEM:
case UPIO_DWAPB:
case UPIO_DWAPB32:
@@
-181,7
+181,7
@@
if (!up->port.mapbase)
break;
if (!up->port.mapbase)
break;
-@@ -30
74,6 +3096
,7 @@ static int __devinit serial8250_probe(st
+@@ -30
83,6 +3105
,7 @@ static int __devinit serial8250_probe(st
port.set_termios = p->set_termios;
port.pm = p->pm;
port.dev = &dev->dev;
port.set_termios = p->set_termios;
port.pm = p->pm;
port.dev = &dev->dev;
@@
-189,7
+189,7
@@
port.irqflags |= irqflag;
ret = serial8250_register_port(&port);
if (ret < 0) {
port.irqflags |= irqflag;
ret = serial8250_register_port(&port);
if (ret < 0) {
-@@ -32
23,6 +3246
,7 @@ int serial8250_register_port(struct uart
+@@ -32
32,6 +3255
,7 @@ int serial8250_register_port(struct uart
uart->port.iotype = port->iotype;
uart->port.flags = port->flags | UPF_BOOT_AUTOCONF;
uart->port.mapbase = port->mapbase;
uart->port.iotype = port->iotype;
uart->port.flags = port->flags | UPF_BOOT_AUTOCONF;
uart->port.mapbase = port->mapbase;
This page took
0.024246 seconds
and
4
git commands to generate.