Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39110
b: refs/heads/master
c: f1d08f7
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 8, 2006
1 parent a20143a commit f7319ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 937a801576f954bd030d7c4a5a94571710d87c0b
refs/heads/master: f1d08f71974dcf68ce4510a2dfaeb798b05df2c0
2 changes: 1 addition & 1 deletion trunk/drivers/tc/zs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f7319ee

Please sign in to comment.