fiq_debugger: do reboot_notifier for reset command
authorHuibin Hong <huibin.hong@rock-chips.com>
Thu, 19 Jan 2017 03:41:42 +0000 (11:41 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 19 Jan 2017 07:08:34 +0000 (15:08 +0800)
Change-Id: I31e0789e7a7ed8cd645d103abc20a21fc3140f36
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
drivers/staging/android/fiq_debugger/fiq_debugger.c

index b1746502fe3065b7bfbc43b0e72b9ef43c8a498c..8a63290e5a9f0e21fbfd893b23ea4f82a5e3e53b 100644 (file)
@@ -499,6 +499,8 @@ static bool fiq_debugger_fiq_exec(struct fiq_debugger_state *state,
                if (*cmd) {
                        char tmp_cmd[32];
                        strlcpy(tmp_cmd, cmd, sizeof(tmp_cmd));
+                       blocking_notifier_call_chain(&reboot_notifier_list,
+                                               SYS_RESTART, (char *)cmd);
                        machine_restart(tmp_cmd);
                } else {
                        machine_restart(NULL);