Rahul Tanwar d310124cd9 clk: intel: Avoid unnecessary memset by improving code
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@linux.intel.com>
Link: https://lore.kernel.org/r/26624b65d0e6b958c4765a406b9929d1a9ce1c2c.1594880946.git.rahul.tanwar@linux.intel.com
[sboyd@kernel.org: Drop NULL assignment that is overwritten]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2020-07-24 01:58:15 -07:00
..
2020-01-04 23:34:39 -08:00
2019-05-30 16:33:37 -07:00
2018-12-11 09:57:47 -08:00
2020-01-28 13:26:48 -08:00
2018-07-06 13:44:06 -07:00
2019-07-15 20:18:40 -07:00