Loading drivers/power/reset/msm-poweroff.c +3 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,9 @@ static void msm_restart_prepare(const char *cmd) * Kill download mode if master-kill switch is set */ if (cmd != NULL && !strcmp(cmd, "qcom_dload")) restart_mode = RESTART_DLOAD; set_dload_mode(download_mode && (in_panic || restart_mode == RESTART_DLOAD)); Loading Loading
drivers/power/reset/msm-poweroff.c +3 −0 Original line number Diff line number Diff line Loading @@ -402,6 +402,9 @@ static void msm_restart_prepare(const char *cmd) * Kill download mode if master-kill switch is set */ if (cmd != NULL && !strcmp(cmd, "qcom_dload")) restart_mode = RESTART_DLOAD; set_dload_mode(download_mode && (in_panic || restart_mode == RESTART_DLOAD)); Loading