You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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>
This commit is contained in:
committed by
Ralf Baechle
parent
937a801576
commit
f1d08f7197
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user