opp: Don't return opp_dev from _find_opp_dev()
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 27 Oct 2020 06:19:03 +0000 (11:49 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 6 Nov 2020 07:20:02 +0000 (12:50 +0530)
commit9e62edac519da71bbc981e4c984fe67729b0d1f3
tree008dd32a6f82a59b78028d70a93ce26295a98ec3
parent27c09484dd3d8fdb56eb3787877d6035d0e89669
opp: Don't return opp_dev from _find_opp_dev()

The caller of _find_opp_dev() only needs to know if the opp_dev is there
in the list or not.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/core.c