cpufreq: governor: Rename skip_work to work_count
The skip_work field in struct policy_dbs_info technically is a counter, so give it a new name to reflect that. No functional changes. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
@@ -149,7 +149,7 @@ struct policy_dbs_info {
|
||||
|
||||
u64 last_sample_time;
|
||||
s64 sample_delay_ns;
|
||||
atomic_t skip_work;
|
||||
atomic_t work_count;
|
||||
struct irq_work irq_work;
|
||||
struct work_struct work;
|
||||
/* dbs_data may be shared between multiple policy objects */
|
||||
|
Reference in New Issue
Block a user