clk: intel: Avoid unnecessary memset by improving code
authorRahul Tanwar <rahul.tanwar@linux.intel.com>
Thu, 16 Jul 2020 06:30:32 +0000 (14:30 +0800)
committerStephen Boyd <sboyd@kernel.org>
Fri, 24 Jul 2020 08:58:15 +0000 (01:58 -0700)
commitd310124cd99df5e5011d79f36a6d16d3452de348
tree139e3448d113699f4bc9ead0b7ce4871f700c32c
parentc9e28fe649f76ee13a9bcc09f89ae0189f85801b
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>
drivers/clk/x86/clk-cgu.c