Searched hist:"6541 aef01a9b308f280d3f2d26a46858e6dbef6a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq.c | diff 6541aef01a9b308f280d3f2d26a46858e6dbef6a Fri Feb 12 16:56:21 CST 2016 Rafael J. Wysocki <rafael.j.wysocki@intel.com> cpufreq: Drop unnecessary checks from show() and store()
The show() and store() routines in the cpufreq core don't need to check if the struct freq_attr they want to use really provides the callbacks they need as expected (if that's not the case, it means a bug in the code anyway), so change them to avoid doing that.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
|