On Fri, 30 Aug 2024 10:06:26 +0800, Zhang Zekun wrote: > __free() provides a scoped of_node_put() functionality to put the > device_node automatically, and we don't need to call of_node_put() > directly. Let's simplify the code a bit with the use of __free(). > > Signed-off-by: Zhang Zekun <zhangzekun11@xxxxxxxxxx> > --- > drivers/of/property.c | 28 ++++++++-------------------- > 1 file changed, 8 insertions(+), 20 deletions(-) > Applied, thanks!