On Fri, May 24, 2019 at 01:51:00PM +0800, [email protected] wrote: > From: Anson Huang <[email protected]> > > of_node_put() is called after of_match_node() successfully called, > then in the following error handling, of_node_put() is called again > which is unnecessary, this patch adjusts the location of of_node_put() > to avoid such scenario. > > Signed-off-by: Anson Huang <[email protected]> > Reviewed-by: Leonard Crestez <[email protected]>
Applied both, thanks.

