On Thu, Aug 15, 2019 at 03:55:40PM +0300, Andy Shevchenko wrote: > On Thu, Aug 15, 2019 at 2:32 PM Heikki Krogerus > <[email protected]> wrote: > > > > Function that searches software nodes by node name. > > > +/** > > + * software_node_find_by_name - Find software node by name > > + * @parent: Parent of the software node > > + * @name: Name of the software node > > + * > > + * The function will find a node that is child of @parent and that is named > > + * @name. If no node is found, the function returns NULL. > > Shouldn't we add that the caller responsible of putting kobject?
OK. I'll fix this and the other one too. Thanks Andy! -- heikki

