opp: Don't always remove static OPPs in _of_add_opp_table_v1()
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 14 Oct 2020 04:26:28 +0000 (09:56 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 27 Oct 2020 05:08:28 +0000 (10:38 +0530)
commit1f6620f87006dc02c608466cd990778aaadf386a
treecd2dd466f5098fe27695417e3572a0893b2bf6c4
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec
opp: Don't always remove static OPPs in _of_add_opp_table_v1()

The patch missed returning 0 early in case of success and hence the
static OPPs got removed by mistake. Fix it.

Fixes: 90d46d71cce2 ("opp: Handle multiple calls for same OPP table in _of_add_opp_table_v1()")
Reported-by: Aisheng Dong <aisheng.dong@nxp.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Tested-by: Dong Aisheng <aisheng.dong@nxp.com>
drivers/opp/of.c