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

Commit 479105b3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: remove error from function msm_pinctrl_mclk_enable"

parents d2073931 2e13245b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5503,7 +5503,7 @@ static int msm_pinctrl_mclk_enable(struct platform_device *pdev)


		np = of_parse_phandle(pdev->dev.of_node, mclk_gpio_phandle[i], 0);
		np = of_parse_phandle(pdev->dev.of_node, mclk_gpio_phandle[i], 0);
		if (!np) {
		if (!np) {
			pr_err("%s: device node %s is null\n", __func__, mclk_gpio_phandle[i]);
			pr_debug("%s: device node %s is null\n", __func__, mclk_gpio_phandle[i]);
			continue;
			continue;
		}
		}
		pdev_np = of_find_device_by_node(np);
		pdev_np = of_find_device_by_node(np);