Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc79aa9d authored by Thomas Koeller's avatar Thomas Koeller Committed by Linus Torvalds
Browse files

[PATCH] 8250: Fix GCC4 signed/unsigned mismatch warning

parent 0cba01db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1196,7 +1196,7 @@ static void serial8250_enable_ms(struct uart_port *port)
}

static void
receive_chars(struct uart_8250_port *up, int *status)
receive_chars(struct uart_8250_port *up, unsigned int *status)
{
	struct tty_struct *tty = up->port.info->tty;
	unsigned char ch, lsr = *status;