Loading drivers/thermal/msm_thermal.c +1 −2 Original line number Diff line number Diff line Loading @@ -2625,8 +2625,7 @@ static void __ref disable_msm_thermal(void) uint32_t cpu = 0; /* make sure check_temp is no longer running */ cancel_delayed_work(&check_temp_work); flush_scheduled_work(); cancel_delayed_work_sync(&check_temp_work); get_online_cpus(); for_each_possible_cpu(cpu) { Loading Loading
drivers/thermal/msm_thermal.c +1 −2 Original line number Diff line number Diff line Loading @@ -2625,8 +2625,7 @@ static void __ref disable_msm_thermal(void) uint32_t cpu = 0; /* make sure check_temp is no longer running */ cancel_delayed_work(&check_temp_work); flush_scheduled_work(); cancel_delayed_work_sync(&check_temp_work); get_online_cpus(); for_each_possible_cpu(cpu) { Loading