]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: Drop unnecessary checks from show() and store()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Feb 2016 22:56:21 +0000 (23:56 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Feb 2016 22:56:21 +0000 (23:56 +0100)
commitf8f1401fa489864cd40d2842fef241af09f9a9da
treeca47dac0e4d33f0cecd33564af776ab37422b5d4
parent179e06ea82eecdffd9566a0623a1c85f09098b17
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>
drivers/cpufreq/cpufreq.c