OPP: Compare bandwidths for all paths in _opp_compare_key()
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 5 Jul 2022 06:20:47 +0000 (11:50 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 12 Jul 2022 15:05:20 +0000 (20:35 +0530)
commit274c3e83e7d9bf4361fd30648f5c9414c806135c
tree2e8fbff06b13fcb10afe20fc92fb1108e65c57f4
parent2083da24eb56ce622332946800a67a7449d85fe5
OPP: Compare bandwidths for all paths in _opp_compare_key()

Replicate the same behavior as "rates" here and compare all values
instead of relying on the first entry alone.

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