mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[POWERPC] Fix viocons for irq breakage
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
b75f3f751c
commit
27db2d0cb9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user