From: Yoichi Yuasa Date: Sat, 7 Oct 2006 04:41:51 +0000 (+0900) Subject: [MIPS] Fix DECserial build error by IRQ hander change X-Git-Tag: firefly_0821_release~32325 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f1d08f71974dcf68ce4510a2dfaeb798b05df2c0;p=firefly-linux-kernel-4.4.55.git [MIPS] Fix DECserial build error by IRQ hander change Signed-off-by: Yoichi Yuasa Signed-off-by: Ralf Baechle --- diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index 7c0fe1dc96a9..792becdfe6f8 100644 --- a/drivers/tc/zs.c +++ b/drivers/tc/zs.c @@ -389,7 +389,7 @@ static void receive_chars(struct dec_serial *info) if (ch == 0) continue; if (time_before(jiffies, break_pressed + HZ * 5)) { - handle_sysrq(ch, regs, NULL); + handle_sysrq(ch, NULL); break_pressed = 0; continue; }