VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> 2006-10-07 13:41:51 +0900 committer: Ralf Baechle <ralf@linux-mips.org> 2006-10-08 02:38:28 +0100 commit: f1d08f71974dcf68ce4510a2dfaeb798b05df2c0 parent: 937a801576f954bd030d7c4a5a94571710d87c0b
Commit Summary:
[MIPS] Fix DECserial build error by IRQ hander change
Diffstat:
1 file changed, 1 insertion, 1 deletion
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;
 			}