Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1558115
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 12/12] PM / OPP: Update Documentation to remove RCU specific bits |
| Date | 2017-01-13 09:50 +0100 |
| Message-ID | <sZ5IB-75W-5@gated-at.bofh.it> (permalink) |
| References | <sLHNL-7ku-5@gated-at.bofh.it> <sLHXs-7qQ-39@gated-at.bofh.it> <sXQLE-1uM-29@gated-at.bofh.it> <sXWo1-56B-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@codeaurora.org> -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH 12/12] PM / OPP: Update Documentation to remove RCU specific bits Stephen Boyd <sboyd@codeaurora.org> - 2017-01-09 23:40 +0100
Re: [PATCH 12/12] PM / OPP: Update Documentation to remove RCU specific bits Viresh Kumar <viresh.kumar@linaro.org> - 2017-01-10 05:40 +0100
Re: [PATCH 12/12] PM / OPP: Update Documentation to remove RCU specific bits Stephen Boyd <sboyd@codeaurora.org> - 2017-01-13 09:50 +0100
csiph-web