Input: cap11xx - switch to for_each_child_of_node_scoped
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Sun, 20 Oct 2024 03:59:02 +0000 (20:59 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 20 Oct 2024 04:21:37 +0000 (21:21 -0700)
commitac2b6ce67275a4c777622fda623ebbda320f47da
tree95c1bf837d966928c79b7eb5eada3106b33af4a1
parent272167499ffac79d57d96b90d0458e0dad54488c
Input: cap11xx - switch to for_each_child_of_node_scoped

Use the scoped variant of the macro to simplify the code and error
handling. This makes the error handling more robust by ensuring that
the child node is always freed.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://lore.kernel.org/r/20241010-input_automate_of_node_put-v1-1-ebc62138fbf8@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/cap11xx.c