| commit | f71b480fd5f272d929084800e37b5b07cbd3ffdf | [log] [tgz] |
|---|---|---|
| author | Todd Poynor <toddpoynor@google.com> | Mon Apr 22 16:44:58 2013 -0700 |
| committer | John Stultz <john.stultz@linaro.org> | Tue Feb 16 13:52:55 2016 -0800 |
| tree | f75404c4fbaeeffbee4f4e027ff40ec04ef69998 | |
| parent | f587d09cb66b24d441d9df08a9fbce5ab7af9102 [diff] |
cpufreq: interactive: handle errors from cpufreq_frequency_table_target Add checks for error return from cpufreq_frequency_table_target, and be less noisy on the existing call with an error check. CPU hotplug and system shutdown may cause this call to return -EINVAL. Bug: 8613560 Change-Id: Id78d8829920462c0db1c7e14e717d91740d6cb44 Signed-off-by: Todd Poynor <toddpoynor@google.com>