diff options
Diffstat (limited to 'arch/ppc/4xx_io/serial_sicc.c')
-rw-r--r-- | arch/ppc/4xx_io/serial_sicc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/4xx_io/serial_sicc.c b/arch/ppc/4xx_io/serial_sicc.c index 87fe9a89dba7..080a20531f8b 100644 --- a/arch/ppc/4xx_io/serial_sicc.c +++ b/arch/ppc/4xx_io/serial_sicc.c | |||
@@ -441,7 +441,7 @@ siccuart_rx_chars(struct SICC_info *info, struct pt_regs *regs) | |||
441 | #ifdef SUPPORT_SYSRQ | 441 | #ifdef SUPPORT_SYSRQ |
442 | if (info->sysrq) { | 442 | if (info->sysrq) { |
443 | if (ch && time_before(jiffies, info->sysrq)) { | 443 | if (ch && time_before(jiffies, info->sysrq)) { |
444 | handle_sysrq(ch, regs, NULL); | 444 | handle_sysrq(ch, NULL); |
445 | info->sysrq = 0; | 445 | info->sysrq = 0; |
446 | goto ignore_char; | 446 | goto ignore_char; |
447 | } | 447 | } |