Message ID | 20161027132736.2a74c0b6@jacob-builder (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c index 390e50b..b61da57 100644 --- a/drivers/thermal/intel_powerclamp.c +++ b/drivers/thermal/intel_powerclamp.c @@ -574,7 +574,7 @@ static void stop_power_clamp_worker(unsigned long cpu) */ del_timer_sync(&w_data->wakeup_timer); clear_bit(w_data->cpu, cpu_clamping_mask); - kthread_destroy_worker(w_data->worker); +// kthread_destroy_worker(w_data->worker); w_data->worker = NULL; }