summaryrefslogtreecommitdiff
path: root/include/linux/overflow.h
diff options
context:
space:
mode:
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>2024-08-08 12:47:33 +0300
committerDavid S. Miller <davem@davemloft.net>2024-08-11 19:00:33 +0300
commita7b32744475cb774b4fce599f58394f4ef0acb68 (patch)
tree28e4450aa1e2a65fd89f45797d28c3f332012275 /include/linux/overflow.h
parente81d00a6b3b7d619060223d0754ca02e7d4ba90f (diff)
downloadlinux-a7b32744475cb774b4fce599f58394f4ef0acb68.tar.xz
net: mvpp2: use device_for_each_child_node() to access device child nodes
The iterated nodes are direct children of the device node, and the `device_for_each_child_node()` macro accounts for child node availability. `fwnode_for_each_available_child_node()` is meant to access the child nodes of an fwnode, and therefore not direct child nodes of the device node. The child nodes within mvpp2_probe are not accessed outside the loops, and the scoped version of the macro can be used to automatically decrement the refcount on early exits. Use `device_for_each_child_node()` and its scoped variant to indicate device's direct child nodes. Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/overflow.h')
0 files changed, 0 insertions, 0 deletions