Searched hist:acd0acb802b90f88d19ad4337183e44fd0f77c50 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | bus.c | diff acd0acb802b90f88d19ad4337183e44fd0f77c50 Tue Mar 21 22:30:57 CDT 2023 Liang He <windhl@126.com> platform/surface: aggregator: Add missing fwnode_handle_put()
In fwnode_for_each_child_node(), we should add fwnode_handle_put() when break out of the iteration fwnode_for_each_child_node() as it will automatically increase and decrease the refcounter.
Fixes: fc622b3d36e6 ("platform/surface: Set up Surface Aggregator device registry") Signed-off-by: Liang He <windhl@126.com> Reviewed-by: Maximilian Luz <luzmaximilian@gmail.com> Link: https://lore.kernel.org/r/20230322033057.1855741-1-windhl@126.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|