diff options
-rw-r--r-- | drivers/cpuidle/cpuidle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index 97df791c74cb..37e446041306 100644 --- a/drivers/cpuidle/cpuidle.c +++ b/drivers/cpuidle/cpuidle.c | |||
@@ -181,7 +181,7 @@ static void poll_idle_init(struct cpuidle_device *dev) | |||
181 | 181 | ||
182 | cpuidle_set_statedata(state, NULL); | 182 | cpuidle_set_statedata(state, NULL); |
183 | 183 | ||
184 | snprintf(state->name, CPUIDLE_NAME_LEN, "C0"); | 184 | snprintf(state->name, CPUIDLE_NAME_LEN, "POLL"); |
185 | snprintf(state->desc, CPUIDLE_DESC_LEN, "CPUIDLE CORE POLL IDLE"); | 185 | snprintf(state->desc, CPUIDLE_DESC_LEN, "CPUIDLE CORE POLL IDLE"); |
186 | state->exit_latency = 0; | 186 | state->exit_latency = 0; |
187 | state->target_residency = 0; | 187 | state->target_residency = 0; |