fiq_debugger: use __handle_sysrq instead of handle_sysrq
authorHuibin Hong <huibin.hong@rock-chips.com>
Tue, 2 May 2017 02:46:41 +0000 (10:46 +0800)
committerHuibin Hong <huibin.hong@rock-chips.com>
Tue, 2 May 2017 02:46:41 +0000 (10:46 +0800)
commit0c49ba335d3ac00256fb8c70310c35482a0f1249
tree8b596ec650535115dbb592ecc964919ae79d66ea
parent92ee5ce90bfb7d94c90a0b24dad489a3495fb7f7
fiq_debugger: use __handle_sysrq instead of handle_sysrq

Because init.rc does the following operation, handle_sysrq
will do nothing. If we want to use sysrq, __handle_sysrq
can work.
write /proc/sys/kernel/sysrq 0

Change-Id: Ia51debd92f393326f183736e405e25dc4d6a2abc
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
drivers/staging/android/fiq_debugger/fiq_debugger.c