Merge branches 'fixes' and 'thermal-intel' into next
This commit is contained in:
@@ -494,7 +494,7 @@ static void start_power_clamp_worker(unsigned long cpu)
|
||||
struct powerclamp_worker_data *w_data = per_cpu_ptr(worker_data, cpu);
|
||||
struct kthread_worker *worker;
|
||||
|
||||
worker = kthread_create_worker_on_cpu(cpu, 0, "kidle_inject/%ld", cpu);
|
||||
worker = kthread_create_worker_on_cpu(cpu, 0, "kidle_inj/%ld", cpu);
|
||||
if (IS_ERR(worker))
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user