Re: [PATCH] clk: imx: clk-sscg-pll: Drop unnecessary initialization

From: Shawn Guo
Date: Mon Feb 24 2020 - 02:50:06 EST


On Fri, Feb 21, 2020 at 02:59:36PM +0800, Anson Huang wrote:
> No need to initialize 'ret' in many functions, as it will get
> the return value from function call, so remove the initializtion
> of 'ret'.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Applied, thanks.