diff options
Diffstat (limited to 'drivers/serial/mpc52xx_uart.c')
-rw-r--r-- | drivers/serial/mpc52xx_uart.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c index 6459edc7f5c5..1b2cdc91c228 100644 --- a/drivers/serial/mpc52xx_uart.c +++ b/drivers/serial/mpc52xx_uart.c | |||
@@ -728,8 +728,7 @@ mpc52xx_uart_probe(struct platform_device *dev) | |||
728 | 728 | ||
729 | spin_lock_init(&port->lock); | 729 | spin_lock_init(&port->lock); |
730 | port->uartclk = __res.bi_ipbfreq / 2; /* Look at CTLR doc */ | 730 | port->uartclk = __res.bi_ipbfreq / 2; /* Look at CTLR doc */ |
731 | port->fifosize = 255; /* Should be 512 ! But it can't be */ | 731 | port->fifosize = 512; |
732 | /* stored in a unsigned char */ | ||
733 | port->iotype = UPIO_MEM; | 732 | port->iotype = UPIO_MEM; |
734 | port->flags = UPF_BOOT_AUTOCONF | | 733 | port->flags = UPF_BOOT_AUTOCONF | |
735 | ( uart_console(port) ? 0 : UPF_IOREMAP ); | 734 | ( uart_console(port) ? 0 : UPF_IOREMAP ); |