|
@@ -337,9 +337,9 @@ next:
|
|
|
|
|
|
if (id == pstate_max)
|
|
|
powernv_pstate_info.max = i;
|
|
|
- else if (id == pstate_nominal)
|
|
|
+ if (id == pstate_nominal)
|
|
|
powernv_pstate_info.nominal = i;
|
|
|
- else if (id == pstate_min)
|
|
|
+ if (id == pstate_min)
|
|
|
powernv_pstate_info.min = i;
|
|
|
|
|
|
if (powernv_pstate_info.wof_enabled && id == pstate_turbo) {
|