]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/tc/zs.c
[MIPS] Fix DECserial build error by IRQ hander change
[mirror_ubuntu-zesty-kernel.git] / drivers / tc / zs.c
index 7c0fe1dc96a9879ef98349b23b8480cde614426d..792becdfe6f844737b06ccc6dca776b4934b3e4c 100644 (file)
@@ -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;
                        }