Quoting Dinh Nguyen (2018-05-02 07:28:32)
> -static int s10_clkmgr_init(struct device_node *np)
> +static int s10_clkmgr_init(struct platform_device *pdev)
>  {
>         struct stratix10_clock_data *clk_data;
>  
> -       clk_data = __socfpga_s10_clk_init(np, STRATIX10_NUM_CLKS);
> +       clk_data = __socfpga_s10_clk_init(pdev, STRATIX10_NUM_CLKS);
>         if (!clk_data)

And this needs to be updated to check for an error pointer, which I did.

Reply via email to