[POWERPC] fix viocons for irq breakage

Stephen Rothwell sfr at canb.auug.org.au
Fri Oct 6 13:54:28 EST 2006


Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>
---
 drivers/char/viocons.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au

diff --git a/drivers/char/viocons.c b/drivers/char/viocons.c
index a362ee9..6d2e314 100644
--- a/drivers/char/viocons.c
+++ b/drivers/char/viocons.c
@@ -947,7 +947,7 @@ #ifdef CONFIG_MAGIC_SYSRQ
 				 */
 				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
-- 
1.4.2.1




More information about the Linuxppc-dev mailing list