projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
937a801
)
[MIPS] Fix DECserial build error by IRQ hander change
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Sat, 7 Oct 2006 04:41:51 +0000
(13:41 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sun, 8 Oct 2006 01:38:28 +0000
(
02:38
+0100)
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/tc/zs.c
patch
|
blob
|
history
diff --git
a/drivers/tc/zs.c
b/drivers/tc/zs.c
index 7c0fe1dc96a9879ef98349b23b8480cde614426d..792becdfe6f844737b06ccc6dca776b4934b3e4c 100644
(file)
--- 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;
}