Re: [PATCH 10/12] PM / OPP: Simplify _opp_set_availability()

2017-01-09 Thread Stephen Boyd
On 12/07, Viresh Kumar wrote: > As we don't use RCU locking anymore, there is no need to replace an > earlier OPP node with a new one. Just update the existing one. > > Signed-off-by: Viresh Kumar > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora F

[PATCH 10/12] PM / OPP: Simplify _opp_set_availability()

2016-12-07 Thread Viresh Kumar
As we don't use RCU locking anymore, there is no need to replace an earlier OPP node with a new one. Just update the existing one. Signed-off-by: Viresh Kumar --- drivers/base/power/opp/core.c | 27 +-- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/driver