Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39100
b: refs/heads/master
c: 27db2d0
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Oct 7, 2006
1 parent 3529c3e commit e281fda
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: b75f3f751c17e01544bd6706e54efae35d66d446
refs/heads/master: 27db2d0cb9b56210dc1e29bc89a7413f3ae67b91
2 changes: 1 addition & 1 deletion trunk/drivers/char/viocons.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ static void vioHandleData(struct HvLpEvent *event)
*/
continue;
} else if (vio_sysrq_pressed) {
handle_sysrq(cevent->data[index], NULL, tty);
handle_sysrq(cevent->data[index], tty);
vio_sysrq_pressed = 0;
/*
* continue because we don't want to add
Expand Down

0 comments on commit e281fda

Please sign in to comment.