|
@@ -183,7 +183,6 @@ static int get_property(unsigned int cpu, unsigned long input,
|
|
if (property == GET_FREQ)
|
|
if (property == GET_FREQ)
|
|
level = descend ? input : (max_level - input -1);
|
|
level = descend ? input : (max_level - input -1);
|
|
|
|
|
|
-
|
|
|
|
for (i = 0, j = 0; table[i].frequency != CPUFREQ_TABLE_END; i++) {
|
|
for (i = 0, j = 0; table[i].frequency != CPUFREQ_TABLE_END; i++) {
|
|
/* ignore invalid entry */
|
|
/* ignore invalid entry */
|
|
if (table[i].frequency == CPUFREQ_ENTRY_INVALID)
|
|
if (table[i].frequency == CPUFREQ_ENTRY_INVALID)
|