diff options
Diffstat (limited to 'drivers/cpufreq/maple-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/maple-cpufreq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/cpufreq/maple-cpufreq.c b/drivers/cpufreq/maple-cpufreq.c index c4dfa42a75ac..cc3408fc073f 100644 --- a/drivers/cpufreq/maple-cpufreq.c +++ b/drivers/cpufreq/maple-cpufreq.c | |||
@@ -59,9 +59,9 @@ | |||
59 | #define CPUFREQ_LOW 1 | 59 | #define CPUFREQ_LOW 1 |
60 | 60 | ||
61 | static struct cpufreq_frequency_table maple_cpu_freqs[] = { | 61 | static struct cpufreq_frequency_table maple_cpu_freqs[] = { |
62 | {CPUFREQ_HIGH, 0}, | 62 | {0, CPUFREQ_HIGH, 0}, |
63 | {CPUFREQ_LOW, 0}, | 63 | {0, CPUFREQ_LOW, 0}, |
64 | {0, CPUFREQ_TABLE_END}, | 64 | {0, 0, CPUFREQ_TABLE_END}, |
65 | }; | 65 | }; |
66 | 66 | ||
67 | /* Power mode data is an array of the 32 bits PCR values to use for | 67 | /* Power mode data is an array of the 32 bits PCR values to use for |