diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-02-05 03:15:24 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-03-09 14:40:53 +0100 |
commit | 5da3dd1e00918a9ac4b83885453bfa9cad732b44 (patch) | |
tree | 2bae89136a8a66955464411365b69a100bddc4ab /drivers/spi/spi-st-ssc4.c | |
parent | cpufreq: governor: Use common mutex for dbs_data protection (diff) | |
download | linux-5da3dd1e00918a9ac4b83885453bfa9cad732b44.tar.xz linux-5da3dd1e00918a9ac4b83885453bfa9cad732b44.zip |
cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily
Do not pass struct dbs_data pointers to the family of functions
implementing governor operations in cpufreq_governor.c as they can
take that pointer from policy->governor by themselves.
The cpufreq_governor_init() case is slightly more complicated, since
policy->governor may be NULL when it is invoked, but then it can reach
the pointer in question via its cdata argument just fine.
While at it, rework cpufreq_governor_dbs() to avoid a pointless
policy_governor check in the CPUFREQ_GOV_POLICY_INIT case.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/spi/spi-st-ssc4.c')
0 files changed, 0 insertions, 0 deletions