Skip to content

Commit 9cba694

Browse files
committed
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v6.13-rc[n] into the next branch, to allow them to get tested together with the new changes that are targeted for v6.14. Signed-off-by: Ulf Hansson <[email protected]>
2 parents 82e703d + 726efa9 commit 9cba694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pmdomain/imx/imx8mp-blk-ctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ static void imx8mp_blk_ctrl_remove(struct platform_device *pdev)
770770

771771
of_genpd_del_provider(pdev->dev.of_node);
772772

773-
for (i = 0; bc->onecell_data.num_domains; i++) {
773+
for (i = 0; i < bc->onecell_data.num_domains; i++) {
774774
struct imx8mp_blk_ctrl_domain *domain = &bc->domains[i];
775775

776776
pm_genpd_remove(&domain->genpd);

0 commit comments

Comments
 (0)