Skip to content

Commit 034c9ec

Browse files
committed
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v6.7-rc[n] into the next branch, to allow them to get tested together with the changes that are targeted for v6.8. Signed-off-by: Ulf Hansson <[email protected]>
2 parents 62b14b9 + 0cb19e5 commit 034c9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pmdomain/arm/scmi_perf_domain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ scmi_pd_set_perf_state(struct generic_pm_domain *genpd, unsigned int state)
3535
if (!state)
3636
return -EINVAL;
3737

38-
ret = pd->perf_ops->level_set(pd->ph, pd->domain_id, state, true);
38+
ret = pd->perf_ops->level_set(pd->ph, pd->domain_id, state, false);
3939
if (ret)
4040
dev_warn(&genpd->dev, "Failed with %d when trying to set %d perf level",
4141
ret, state);

0 commit comments

Comments
 (0)