mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v6.12-rc[n] into the next branch, to allow them to get tested together with the new changes that are targeted for v6.13. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
commit
bc4fc409f4
|
|
@ -313,7 +313,9 @@ static void imx93_blk_ctrl_remove(struct platform_device *pdev)
|
|||
|
||||
of_genpd_del_provider(pdev->dev.of_node);
|
||||
|
||||
for (i = 0; bc->onecell_data.num_domains; i++) {
|
||||
pm_runtime_disable(&pdev->dev);
|
||||
|
||||
for (i = 0; i < bc->onecell_data.num_domains; i++) {
|
||||
struct imx93_blk_ctrl_domain *domain = &bc->domains[i];
|
||||
|
||||
pm_genpd_remove(&domain->genpd);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user