commit | be577a5220b25e0a6e3fbf96bbfc8b31d63e9ea9 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Fri Oct 06 20:47:23 2006 -0600 |
committer | Matthew Wilcox <willy@parisc-linux.org> | Fri Oct 06 20:47:23 2006 -0600 |
tree | 57e159a2b6f48c4b2f20497ced1d653a7fea4834 | |
parent | e317c8ccaaf900abf39cc3240e4dc5ba82a3cc67 [diff] [blame] |
Build fixes for struct pt_regs removal Signed-off-by: Matthew Wilcox <matthew@wil.cx>
diff --git a/drivers/serial/mux.c b/drivers/serial/mux.c index aa819d3..8ad1b8c 100644 --- a/drivers/serial/mux.c +++ b/drivers/serial/mux.c
@@ -230,7 +230,7 @@ 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);