mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
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 <ulf.hansson@linaro.org>
This commit is contained in:
commit
034c9ec5d5
|
|
@ -35,7 +35,7 @@ scmi_pd_set_perf_state(struct generic_pm_domain *genpd, unsigned int state)
|
|||
if (!state)
|
||||
return -EINVAL;
|
||||
|
||||
ret = pd->perf_ops->level_set(pd->ph, pd->domain_id, state, true);
|
||||
ret = pd->perf_ops->level_set(pd->ph, pd->domain_id, state, false);
|
||||
if (ret)
|
||||
dev_warn(&genpd->dev, "Failed with %d when trying to set %d perf level",
|
||||
ret, state);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user