mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v6.8-rc[n] into the next branch, to allow them to get tested together with the changes that are targeted for v6.9. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
commit
b9401b65fb
|
|
@ -159,6 +159,9 @@ static void scmi_perf_domain_remove(struct scmi_device *sdev)
|
|||
struct genpd_onecell_data *scmi_pd_data = dev_get_drvdata(dev);
|
||||
int i;
|
||||
|
||||
if (!scmi_pd_data)
|
||||
return;
|
||||
|
||||
of_genpd_del_provider(dev->of_node);
|
||||
|
||||
for (i = 0; i < scmi_pd_data->num_domains; i++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user