summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/opp
diff options
context:
space:
mode:
authorXiaomeng Tong <xiam0nd.tong@gmail.com>2022-03-31 11:30:18 +0300
committerViresh Kumar <viresh.kumar@linaro.org>2022-04-11 06:01:43 +0300
commitc14faabf5364c5b1be115bbc660310966ca7371f (patch)
tree96687f3970bc83c67e8373647dae21b80eb678d3 /Documentation/devicetree/bindings/opp
parent95073b721c03c0438b7ee692c20ad2075d3a937a (diff)
downloadlinux-c14faabf5364c5b1be115bbc660310966ca7371f.tar.xz
opp: use list iterator only inside the loop
To move the list iterator variable into the list_for_each_entry_*() macro in the future it should be avoided to use the list iterator variable after the loop body. To *never* use the list iterator variable after the loop it was concluded to use a separate dedicated pointer variable [1]. In this case, use a new variable 'iter' as the list iterator, while use the old variable 'new_dev' as a dedicated pointer to point to the found entry. And BUG_ON(!new_dev);. [1]: https://lore.kernel.org/all/CAHk-=wgRr_D8CB-D9Kg-c=EHreAsk5SqXPwr9Y7k9sA6cWXJ6w@mail.gmail.com/ Signed-off-by: Xiaomeng Tong <xiam0nd.tong@gmail.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/opp')
0 files changed, 0 insertions, 0 deletions