Build fixes for struct pt_regs removal
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
This commit is contained in:
committed by
Matthew Wilcox
parent
e317c8ccaa
commit
be577a5220
@ -230,7 +230,7 @@ static void mux_read(struct uart_port *port)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (uart_handle_sysrq_char(port, data & 0xffu, NULL))
|
||||
if (uart_handle_sysrq_char(port, data & 0xffu))
|
||||
continue;
|
||||
|
||||
tty_insert_flip_char(tty, data & 0xFF, TTY_NORMAL);
|
||||
|
Reference in New Issue
Block a user