Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16731
b: refs/heads/master
c: 1624f00
h: refs/heads/master
i:
  16729: a953376
  16727: a96bf40
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Russell King committed Jan 4, 2006
1 parent 4f8112b commit a640c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26e92861be9c0da3be30718de693976b3f6a8026
refs/heads/master: 1624f003349b49050f42c7d9f5407dfc05efb912
2 changes: 1 addition & 1 deletion trunk/drivers/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ int uart_match_port(struct uart_port *port1, struct uart_port *port2)
return (port1->iobase == port2->iobase) &&
(port1->hub6 == port2->hub6);
case UPIO_MEM:
return (port1->membase == port2->membase);
return (port1->mapbase == port2->mapbase);
}
return 0;
}
Expand Down

0 comments on commit a640c53

Please sign in to comment.