diff options
author | Javier Carrasco <[email protected]> | 2024-06-13 14:14:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-06-20 19:36:29 +0200 |
commit | c68942624e254a4e8a65afcd3c17ed95acda5489 (patch) | |
tree | 4e1638d094671040e0c19934af39c7ca394145fc /scripts/rustdoc_test_builder.rs | |
parent | de644a4a86be04ed8a43ef8267d0f7d021941c5e (diff) |
usb: typec: ucsi: glink: fix child node release in probe function
The device_for_each_child_node() macro requires explicit calls to
fwnode_handle_put() in all early exits of the loop if the child node is
not required outside. Otherwise, the child node's refcount is not
decremented and the resource is not released.
The current implementation of pmic_glink_ucsi_probe() makes use of the
device_for_each_child_node(), but does not release the child node on
early returns. Add the missing calls to fwnode_handle_put().
Cc: [email protected]
Fixes: c6165ed2f425 ("usb: ucsi: glink: use the connector orientation GPIO to provide switch events")
Signed-off-by: Javier Carrasco <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Heikki Krogerus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/rustdoc_test_builder.rs')
0 files changed, 0 insertions, 0 deletions