commit | dc39d06fcd7a4a82d72eae7b71e94e888b96d29e | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Dec 01 16:28:16 2016 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Dec 06 02:27:58 2016 +0100 |
tree | 04f21672abaa37c78df542b32dca24b4997965f3 | |
parent | 579c49efdf5a04869b29891e46cde0ed4df5480a [diff] |
PM / OPP: Don't use OPP structure outside of rcu protected section The OPP structure must not be used out of the rcu protected section. Cache the values to be used in separate variables instead. Cc: 4.6+ <stable@vger.kernel.org> # 4.6+ Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Tested-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>