Skip to content

Commit b9401b6

Browse files
committed
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>
2 parents 95fe9e7 + eb5555d commit b9401b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/pmdomain/arm/scmi_perf_domain.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ static void scmi_perf_domain_remove(struct scmi_device *sdev)
159159
struct genpd_onecell_data *scmi_pd_data = dev_get_drvdata(dev);
160160
int i;
161161

162+
if (!scmi_pd_data)
163+
return;
164+
162165
of_genpd_del_provider(dev->of_node);
163166

164167
for (i = 0; i < scmi_pd_data->num_domains; i++)

0 commit comments

Comments
 (0)