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

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

Merge "qcom: soc: pil-q6v5: Remove unnecessary check"

parents 4950e316 16fc9ee6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -440,8 +440,6 @@ struct q6v5_data *pil_q6v5_init(struct platform_device *pdev)

	drv->qdsp6v55 = of_device_is_compatible(pdev->dev.of_node,
						"qcom,pil-q6v55-mss");
	drv->qdsp6v55 |= of_device_is_compatible(pdev->dev.of_node,
						"qcom,pil-q6v55-lpass");
	drv->qdsp6v56 = of_device_is_compatible(pdev->dev.of_node,
						"qcom,pil-q6v56-mss");