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:
b75f3f7
)
[POWERPC] Fix viocons for irq breakage
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 6 Oct 2006 03:54:28 +0000
(13:54 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 7 Oct 2006 00:10:27 +0000
(10:10 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/char/viocons.c
patch
|
blob
|
history
diff --git
a/drivers/char/viocons.c
b/drivers/char/viocons.c
index a362ee9c92ddb68305cf0d2b6ba2ef2c89932301..6d2e314860df52f32314f66eb830c981af7dd1b8 100644
(file)
--- a/
drivers/char/viocons.c
+++ b/
drivers/char/viocons.c
@@
-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