Message ID | 20220326155153.7377-2-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | be5985b3dbce5ba2af3c8b0f2b7df235c93907e6 |
Headers | show |
Series | cpufreq: qcom-hw: Fixes for cpu hotplug support | expand |
diff --git a/drivers/cpufreq/qcom-cpufreq-hw.c b/drivers/cpufreq/qcom-cpufreq-hw.c index 618e436018c0..44d46e52baea 100644 --- a/drivers/cpufreq/qcom-cpufreq-hw.c +++ b/drivers/cpufreq/qcom-cpufreq-hw.c @@ -427,6 +427,7 @@ static void qcom_cpufreq_hw_lmh_exit(struct qcom_cpufreq_data *data) mutex_unlock(&data->throttle_lock); cancel_delayed_work_sync(&data->throttle_work); + irq_set_affinity_hint(data->throttle_irq, NULL); free_irq(data->throttle_irq, data); }