aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/mpi/mpi-sub-ui.c
diff options
context:
space:
mode:
authorJavier Carrasco <[email protected]>2024-08-05 16:49:45 +0200
committerLee Jones <[email protected]>2024-08-05 17:00:22 +0100
commit6eefd65ba6ae29ab801f6461e59c10f93dd496f8 (patch)
tree6207a357aef5c2993390936fec758c1ac92304ab /lib/crypto/mpi/mpi-sub-ui.c
parent70a4375e07fcbb771809f0af8b5f0df029ca660f (diff)
leds: pca995x: 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. Use `device_for_each_child_node()` to indicate device's direct child nodes. Signed-off-by: Javier Carrasco <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Link: https://lore.kernel.org/r/20240805-device_for_each_child_node-available-v3-2-48243a4aa5c0@gmail.com Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions