OPP: call of_node_put() on error path in _bandwidth_supported()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 Apr 2022 06:40:14 +0000 (09:40 +0300)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 11 Apr 2022 02:50:27 +0000 (08:20 +0530)
commit907ed123b9d096c73e9361f6cd4097f0691497f2
tree1d82359b178f2c6912caa9bfd0f69ed1ba93c1d9
parent3123109284176b1532874591f7c81f3837bbdc17
OPP: call of_node_put() on error path in _bandwidth_supported()

This code does not call of_node_put(opp_np) if of_get_next_available_child()
returns NULL.  But it should.

Fixes: 45679f9b508f ("opp: Don't parse icc paths unnecessarily")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/of.c