diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-12-21 01:56:49 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-12-21 01:56:49 +0100 |
commit | 6b3429449ef7874d069703345570e3ca980a7c20 (patch) | |
tree | 3c7a6876fc73bfc88453397e1764083bd9ee92d2 /drivers/cpufreq/longhaul.c | |
parent | 56026645e2b6f11ede34a5e6ab69d3eb56f9c8fc (diff) | |
parent | 9a835fa6e47f27b1ae71390b6f12efce7335aaac (diff) | |
download | linux-6b3429449ef7874d069703345570e3ca980a7c20.tar.gz linux-6b3429449ef7874d069703345570e3ca980a7c20.tar.bz2 linux-6b3429449ef7874d069703345570e3ca980a7c20.zip |
Merge back cpufreq material for v4.16.
Diffstat (limited to 'drivers/cpufreq/longhaul.c')
-rw-r--r-- | drivers/cpufreq/longhaul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/longhaul.c b/drivers/cpufreq/longhaul.c index c46a12df40dd..5faa37c5b091 100644 --- a/drivers/cpufreq/longhaul.c +++ b/drivers/cpufreq/longhaul.c @@ -894,7 +894,7 @@ static int longhaul_cpu_init(struct cpufreq_policy *policy) if ((longhaul_version != TYPE_LONGHAUL_V1) && (scale_voltage != 0)) longhaul_setup_voltagescaling(); - policy->cpuinfo.transition_latency = 200000; /* nsec */ + policy->transition_delay_us = 200000; /* usec */ return cpufreq_table_validate_and_show(policy, longhaul_table); } |