Merge commit 'gcl/merge' into merge

This commit is contained in:
Benjamin Herrenschmidt
2009-10-28 09:56:18 +11:00
21 changed files with 1196 additions and 371 deletions

View File

@@ -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))