Loading drivers/clk/clk-hi655x.c +2 −2 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ static int hi655x_clk_probe(struct platform_device *pdev) if (ret) return ret; return of_clk_add_hw_provider(parent->of_node, of_clk_hw_simple_get, return devm_of_clk_add_hw_provider(&pdev->dev, of_clk_hw_simple_get, &hi655x_clk->clk_hw); } Loading Loading
drivers/clk/clk-hi655x.c +2 −2 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ static int hi655x_clk_probe(struct platform_device *pdev) if (ret) return ret; return of_clk_add_hw_provider(parent->of_node, of_clk_hw_simple_get, return devm_of_clk_add_hw_provider(&pdev->dev, of_clk_hw_simple_get, &hi655x_clk->clk_hw); } Loading