Commit 8b3c087a authored by Sean Paul's avatar Sean Paul
Browse files

drm/msm/dsi_pll_10nm: Remove impossible check

parent 83dda228
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -818,9 +818,6 @@ struct msm_dsi_pll *msm_dsi_pll_10nm_init(struct platform_device *pdev, int id)
	struct msm_dsi_pll *pll;
	int ret;

	if (!pdev)
		return ERR_PTR(-ENODEV);

	pll_10nm = devm_kzalloc(&pdev->dev, sizeof(*pll_10nm), GFP_KERNEL);
	if (!pll_10nm)
		return ERR_PTR(-ENOMEM);