diff options
author | Javier Carrasco <javier.carrasco.cruz@gmail.com> | 2024-09-27 02:21:06 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-10-09 17:19:02 +0300 |
commit | 8cf103de9a002fb02125491c06d9cd60762d70e5 (patch) | |
tree | 097700d53ebd558f5bae14e4c1412a3b8249f957 /tools/perf/scripts/python/task-analyzer.py | |
parent | e3456071853597229012622c97b76109c0fa8754 (diff) | |
download | linux-8cf103de9a002fb02125491c06d9cd60762d70e5.tar.xz |
leds: sun50i-a100: Switch to device_for_each_child_node_scoped()
Switch to device_for_each_child_node_scoped() to simplify the code by
removing the need for calls to fwnode_handle_put() in the error paths.
This also prevents possible memory leaks if new error paths are added
without the required call to fwnode_handle_put().
The error handling after 'err_put_child' has been moved to the only goto
that jumps to it (second device_for_each_child_node()), and the call to
fwnode_handle_put() has been removed accordingly.
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://lore.kernel.org/r/20240927-leds_device_for_each_child_node_scoped-v1-15-95c0614b38c8@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions