diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2016-02-22 09:48:20 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-03-09 14:41:11 +0100 |
commit | f737236b128cac7c355d0650a98c42ae4313f3f1 (patch) | |
tree | e3d24d2e2023c48f42fca3c545bd1286017a2cbe /drivers/spi/spi-loopback-test.c | |
parent | cpufreq: governor: Fix race in dbs_update_util_handler() (diff) | |
download | linux-f737236b128cac7c355d0650a98c42ae4313f3f1.tar.xz linux-f737236b128cac7c355d0650a98c42ae4313f3f1.zip |
cpufreq: governor: Drop unnecessary checks from show() and store()
The show() and store() routines in the cpufreq-governor core don't need
to check if the struct governor_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.
Also change the error value to -EBUSY, if the governor is getting
removed and we aren't allowed to store any more changes.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/spi/spi-loopback-test.c')
0 files changed, 0 insertions, 0 deletions