Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167878
b: refs/heads/master
c: b7a8212
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Grant Likely committed Oct 15, 2009
1 parent 380e5da commit 43b140d
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: db467ebd1fb0ff17df30a78d87c6cda4ea7b21c2
refs/heads/master: b7a8212cae06f3bfa810f941f455bd8bb9aa8528
2 changes: 1 addition & 1 deletion trunk/drivers/serial/mpc52xx_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ mpc52xx_uart_verify_port(struct uart_port *port, struct serial_struct *ser)
return -EINVAL;

if ((ser->irq != port->irq) ||
(ser->io_type != SERIAL_IO_MEM) ||
(ser->io_type != UPIO_MEM) ||
(ser->baud_base != port->uartclk) ||
(ser->iomem_base != (void *)port->mapbase) ||
(ser->hub6 != 0))
Expand Down

0 comments on commit 43b140d

Please sign in to comment.