commit | f62b93740c30d0a3f50258d45415f00b763dd70a | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Feb 15 02:12:56 2016 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Mar 09 14:41:02 2016 +0100 |
tree | e0bd59cb038df6acbaea1df06b50f6a1c221afd6 | |
parent | b9db42730aeb23f91d7585786de25a260ab04098 [diff] |
cpufreq: governor: Simplify gov_cancel_work() slightly The atomic work counter incrementation in gov_cancel_work() is not necessary any more, because work items won't be queued up after gov_clear_update_util() anyway, so drop it along with the comment about how it may be missed by the gov_clear_update_util(). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>