Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1d08f71 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

[MIPS] Fix DECserial build error by IRQ hander change

parent 937a8015
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
			}