浏览代码

[POWERPC] Fix viocons for irq breakage

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Stephen Rothwell 18 年之前
父节点
当前提交
27db2d0cb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/char/viocons.c

+ 1 - 1
drivers/char/viocons.c

@@ -947,7 +947,7 @@ static void vioHandleData(struct HvLpEvent *event)
 				 */
 				 */
 				continue;
 				continue;
 			} else if (vio_sysrq_pressed) {
 			} else if (vio_sysrq_pressed) {
-				handle_sysrq(cevent->data[index], NULL, tty);
+				handle_sysrq(cevent->data[index], tty);
 				vio_sysrq_pressed = 0;
 				vio_sysrq_pressed = 0;
 				/*
 				/*
 				 * continue because we don't want to add
 				 * continue because we don't want to add