Skip to content

Commit

Permalink
[MIPS] Fix DECserial build error by IRQ hander change
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 8, 2006
1 parent 937a801 commit f1d08f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tc/zs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f1d08f7

Please sign in to comment.