commit | f1d08f71974dcf68ce4510a2dfaeb798b05df2c0 | [log] [tgz] |
---|---|---|
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | Sat Oct 07 13:41:51 2006 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Oct 08 02:38:28 2006 +0100 |
tree | b96704ba048c2b302fc18b1b6d520c127b809ad3 | |
parent | 937a801576f954bd030d7c4a5a94571710d87c0b [diff] |
[MIPS] Fix DECserial build error by IRQ hander change Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index 7c0fe1d..792becd 100644 --- a/drivers/tc/zs.c +++ b/drivers/tc/zs.c
@@ -389,7 +389,7 @@ 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; }