Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac06b734 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu: msm: Correct context bank count log shown in bootup logs"

parents d2e5ae78 ef02ad48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ static int msm_iommu_parse_dt(struct platform_device *pdev,
	if (ret)
		goto fail;

	for_each_child_of_node(pdev->dev.of_node, child)
	for_each_available_child_of_node(pdev->dev.of_node, child)
		drvdata->ncb++;

	drvdata->asid = devm_kzalloc(&pdev->dev, drvdata->ncb * sizeof(int),