aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/i386/kernel/cpu/cpufreq/longhaul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c
index fdf8a6424f25..ccd1f2c39e18 100644
--- a/arch/i386/kernel/cpu/cpufreq/longhaul.c
+++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c
@@ -550,7 +550,7 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy)
550 if (pr == NULL) goto err_acpi; 550 if (pr == NULL) goto err_acpi;
551 551
552 cx = &pr->power.states[ACPI_STATE_C3]; 552 cx = &pr->power.states[ACPI_STATE_C3];
553 if (cx == NULL || cx->latency > 1000) goto err_acpi; 553 if (cx->address == 0 || cx->latency > 1000) goto err_acpi;
554 554
555 /* Now check what we have on this motherboard */ 555 /* Now check what we have on this motherboard */
556 switch (c->x86_model) { 556 switch (c->x86_model) {