diff options
Diffstat (limited to 'drivers/cpuidle/cpuidle-powernv.c')
-rw-r--r-- | drivers/cpuidle/cpuidle-powernv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle-powernv.c b/drivers/cpuidle/cpuidle-powernv.c index 845bafcfa792..e12dc30d8864 100644 --- a/drivers/cpuidle/cpuidle-powernv.c +++ b/drivers/cpuidle/cpuidle-powernv.c | |||
@@ -264,7 +264,7 @@ static int powernv_idle_probe(void) | |||
264 | if (cpuidle_disable != IDLE_NO_OVERRIDE) | 264 | if (cpuidle_disable != IDLE_NO_OVERRIDE) |
265 | return -ENODEV; | 265 | return -ENODEV; |
266 | 266 | ||
267 | if (firmware_has_feature(FW_FEATURE_OPALv3)) { | 267 | if (firmware_has_feature(FW_FEATURE_OPAL)) { |
268 | cpuidle_state_table = powernv_states; | 268 | cpuidle_state_table = powernv_states; |
269 | /* Device tree can indicate more idle states */ | 269 | /* Device tree can indicate more idle states */ |
270 | max_idle_state = powernv_add_idle_states(); | 270 | max_idle_state = powernv_add_idle_states(); |