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.
2 parents 936322a + c010639 commit b724515Copy full SHA for b724515
drivers/pmdomain/imx/imx8mp-blk-ctrl.c
@@ -767,7 +767,7 @@ static int imx8mp_blk_ctrl_remove(struct platform_device *pdev)
767
768
of_genpd_del_provider(pdev->dev.of_node);
769
770
- for (i = 0; bc->onecell_data.num_domains; i++) {
+ for (i = 0; i < bc->onecell_data.num_domains; i++) {
771
struct imx8mp_blk_ctrl_domain *domain = &bc->domains[i];
772
773
pm_genpd_remove(&domain->genpd);
0 commit comments