diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-10-05 23:54:28 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-10-06 20:10:27 -0400 |
commit | 27db2d0cb9b56210dc1e29bc89a7413f3ae67b91 (patch) | |
tree | 44c4c0d7814c72902ad1b3847d8efec03232cf4d /drivers | |
parent | b75f3f751c17e01544bd6706e54efae35d66d446 (diff) |
[POWERPC] Fix viocons for irq breakage
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/viocons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/viocons.c b/drivers/char/viocons.c index a362ee9c92dd..6d2e314860df 100644 --- a/drivers/char/viocons.c +++ b/drivers/char/viocons.c | |||
@@ -947,7 +947,7 @@ static void vioHandleData(struct HvLpEvent *event) | |||
947 | */ | 947 | */ |
948 | continue; | 948 | continue; |
949 | } else if (vio_sysrq_pressed) { | 949 | } else if (vio_sysrq_pressed) { |
950 | handle_sysrq(cevent->data[index], NULL, tty); | 950 | handle_sysrq(cevent->data[index], tty); |
951 | vio_sysrq_pressed = 0; | 951 | vio_sysrq_pressed = 0; |
952 | /* | 952 | /* |
953 | * continue because we don't want to add | 953 | * continue because we don't want to add |