Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Thomas Koeller and committed by
Linus Torvalds
cc79aa9d 0cba01db

+1 -1
+1 -1
drivers/serial/8250.c
··· 1196 1196 } 1197 1197 1198 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 1201 struct tty_struct *tty = up->port.info->tty; 1202 1202 unsigned char ch, lsr = *status;