Re: [PATCH v2 3/3] clk: intel: Avoid unnecessary memset by improving code

From: Stephen Boyd
Date: Fri Jul 24 2020 - 04:58:04 EST


Quoting Rahul Tanwar (2020-07-15 23:30:32)
> memset can be avoided in a loop if the variables used are declared
> inside the loop. Move such variables declaration inside the loop
> to avoid memset.
>
> Signed-off-by: Rahul Tanwar <rahul.tanwar@xxxxxxxxxxxxxxx>
> ---

Applied to clk-next