Commit d893a438 authored by David S. Miller's avatar David S. Miller

SunKBD.c: Update for new handle_sysrq args.

parent 7fde4915
......@@ -544,7 +544,7 @@ static void __sunkbd_inchar(unsigned char ch, struct pt_regs *regs)
#ifdef CONFIG_MAGIC_SYSRQ /* Handle the SysRq hack */
if (l1a_state.l1_down) {
if (!up_flag)
handle_sysrq(sun_sysrq_xlate[keycode], pt_regs, kbd, tty);
handle_sysrq(sun_sysrq_xlate[keycode], pt_regs, tty);
goto out;
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment