diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/tty/serial/serial_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/serial_core.c b/drivers/tty/serial/serial_core.c index 06d7f44643d6..edd1e7be2a5c 100644 --- a/drivers/tty/serial/serial_core.c +++ b/drivers/tty/serial/serial_core.c @@ -2492,7 +2492,7 @@ static const char *uart_get_mmio_width(struct uart_port *port) return "16"; case UPIO_MEM32: case UPIO_MEM32BE: - return "32be"; + return "32"; case UPIO_AU: case UPIO_MEM: default: |
