Re: [PATCH v2 01/12] software_node: Fix refcounts in software_node_get_next_child()

2020-12-21 Thread Sakari Ailus
Hi Daniel, Thanks for the update. On Thu, Dec 17, 2020 at 11:43:26PM +, Daniel Scally wrote: > The software_node_get_next_child() function currently does not hold > references to the child software_node that it finds or put the ref that > is held against the old child - fix that. > > Fixes:

[PATCH v2 01/12] software_node: Fix refcounts in software_node_get_next_child()

2020-12-17 Thread Daniel Scally
The software_node_get_next_child() function currently does not hold references to the child software_node that it finds or put the ref that is held against the old child - fix that. Fixes: 59abd83672f7 ("drivers: base: Introducing software nodes to the firmware node framework") Reviewed-by: Andy