Re: [PATCH 12/12] PM / OPP: Update Documentation to remove RCU specific bits

From: Stephen Boyd
Date: Fri Jan 13 2017 - 03:44:58 EST


On 01/10, Viresh Kumar wrote:
> @@ -252,6 +252,7 @@ dev_pm_opp_get_freq - Retrieve the freq represented by the opp pointer.
> if (!IS_ERR(max_opp) && !IS_ERR(requested_opp))
> r = soc_test_validity(max_opp, requested_opp);
> dev_pm_opp_put(max_opp);
> + dev_pm_opp_put(requested_opp);
> /* do other things */
> }
> soc_test_validity(..)
>
>
> Please add your RBY if it looks fine to you now.
>

Sure.

Reviewed-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>

--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project