cpufreq: dt: eliminate uses of of_node_put()
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Tue, 23 Apr 2024 08:27:44 +0000 (10:27 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 23 Apr 2024 09:29:56 +0000 (14:59 +0530)
commit68090fdaac8a3d4bbc681d562de2ef5160976559
treed5bf314457fea8fd1f8ce7f1b20d796b622f8c0c
parentd769eaef2a8d668035e34a19e3282b4222d6e782
cpufreq: dt: eliminate uses of of_node_put()

Make use of the __free() cleanup handler to automatically free nodes
when they get out of scope.

Only find_supply_name() is affected, and the new mechanism removes the
need for a 'goto' and the 'name' local variable.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt.c