Merge branches 'fixes' and 'thermal-intel' into next

This commit is contained in:
Zhang Rui
2019-03-18 22:37:44 +08:00
2 changed files with 18 additions and 5 deletions

View File

@@ -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;