diff options
author | Rahul Tanwar <rahul.tanwar@linux.intel.com> | 2020-07-16 14:30:32 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-07-24 01:58:15 -0700 |
commit | d310124cd99df5e5011d79f36a6d16d3452de348 (patch) | |
tree | 139e3448d113699f4bc9ead0b7ce4871f700c32c /include/dt-bindings | |
parent | c9e28fe649f76ee13a9bcc09f89ae0189f85801b (diff) | |
download | linux-riscv-d310124cd99df5e5011d79f36a6d16d3452de348.tar.gz linux-riscv-d310124cd99df5e5011d79f36a6d16d3452de348.tar.bz2 linux-riscv-d310124cd99df5e5011d79f36a6d16d3452de348.zip |
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>
Diffstat (limited to 'include/dt-bindings')
0 files changed, 0 insertions, 0 deletions