diff options
Diffstat (limited to 'drivers/serial/8250.c')
-rw-r--r-- | drivers/serial/8250.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index 98ec86185328..c129a0e8e807 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c | |||
@@ -1196,7 +1196,7 @@ static void serial8250_enable_ms(struct uart_port *port) | |||
1196 | } | 1196 | } |
1197 | 1197 | ||
1198 | static void | 1198 | static void |
1199 | receive_chars(struct uart_8250_port *up, int *status) | 1199 | receive_chars(struct uart_8250_port *up, unsigned int *status) |
1200 | { | 1200 | { |
1201 | struct tty_struct *tty = up->port.info->tty; | 1201 | struct tty_struct *tty = up->port.info->tty; |
1202 | unsigned char ch, lsr = *status; | 1202 | unsigned char ch, lsr = *status; |