We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64f610 commit 726efa9Copy full SHA for 726efa9
drivers/pmdomain/imx/imx8mp-blk-ctrl.c
@@ -770,7 +770,7 @@ static void imx8mp_blk_ctrl_remove(struct platform_device *pdev)
770
771
of_genpd_del_provider(pdev->dev.of_node);
772
773
- for (i = 0; bc->onecell_data.num_domains; i++) {
+ for (i = 0; i < bc->onecell_data.num_domains; i++) {
774
struct imx8mp_blk_ctrl_domain *domain = &bc->domains[i];
775
776
pm_genpd_remove(&domain->genpd);
0 commit comments