Re: [PATCH][clk-next] clk: imx: remove redundant initialization of ret to zero

From: Stephen Boyd
Date: Mon Dec 10 2018 - 12:53:24 EST


Quoting Colin King (2018-12-09 07:08:32)
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The initialization of ret is redundant as it is being re-assigned to
> the return value from the call to imx8m_clk_composite_compute_dividers.
> Clean this up by removing the initialization.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---

Applied to clk-next