commit | 907ed123b9d096c73e9361f6cd4097f0691497f2 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Apr 06 09:40:14 2022 +0300 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Mon Apr 11 08:20:27 2022 +0530 |
tree | 1d82359b178f2c6912caa9bfd0f69ed1ba93c1d9 | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 [diff] |
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>