On Mon, 21 Nov 2022 10:32:09 +0800, Yang Yingliang wrote: > In of_fwnode_get_reference_args(), the refcount of of_args.np has > been incremented in the case of successful return from > of_parse_phandle_with_args() or of_parse_phandle_with_fixed_args(). > > Decrement the refcount if of_args is not returned to the caller of > of_fwnode_get_reference_args(). > > Fixes: 3e3119d3088f ("device property: Introduce fwnode_property_get_reference_args") > Signed-off-by: Yang Yingliang <yangyingliang@xxxxxxxxxx> > Reviewed-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > Reviewed-by: Frank Rowand <frowand.list@xxxxxxxxx> > --- > v1 -> v3: > Update title and commit message that suggested by Frank. > --- > drivers/of/property.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Applied, thanks!