diff options
| -rw-r--r-- | drivers/cpuidle/governors/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c index 61316fc51548..5951604e7d5c 100644 --- a/drivers/cpuidle/governors/menu.c +++ b/drivers/cpuidle/governors/menu.c | |||
| @@ -186,7 +186,7 @@ static unsigned int get_typical_interval(struct menu_device *data, | |||
| 186 | unsigned int min, max, thresh, avg; | 186 | unsigned int min, max, thresh, avg; |
| 187 | uint64_t sum, variance; | 187 | uint64_t sum, variance; |
| 188 | 188 | ||
| 189 | thresh = UINT_MAX; /* Discard outliers above this value */ | 189 | thresh = INT_MAX; /* Discard outliers above this value */ |
| 190 | 190 | ||
| 191 | again: | 191 | again: |
| 192 | 192 | ||
