]> git.baikalelectronics.ru Git - kernel.git/commit
OPP: Fix parsing of multiple phandles in "operating-points-v2" property
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 23 Nov 2018 05:06:07 +0000 (10:36 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Fri, 23 Nov 2018 05:17:21 +0000 (10:47 +0530)
commited069887f078b8a5a0faabf55625652bb3e483f5
treeb647329140ca9360b39c1a6fbe0fea9b3fb7bec0
parent90ba91ad3a454d4fff8d25bc340419cf7dc2b9d5
OPP: Fix parsing of multiple phandles in "operating-points-v2" property

We currently return error if more than one phandle is present in the
"operating-points-v2" property, which is incorrect. We only want to
check the count of phandles here and set index to 0 if only one phandle
is present.

Fix it.

Fixes: 0231c520848b ("OPP: Pass OPP table to _of_add_opp_table_v{1|2}()")
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/opp/of.c