Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / cpuidle / poll_state.c
index c8fa5f4..9f1ace9 100644 (file)
@@ -49,6 +49,8 @@ void cpuidle_poll_state_init(struct cpuidle_driver *drv)
        snprintf(state->desc, CPUIDLE_DESC_LEN, "CPUIDLE CORE POLL IDLE");
        state->exit_latency = 0;
        state->target_residency = 0;
+       state->exit_latency_ns = 0;
+       state->target_residency_ns = 0;
        state->power_usage = -1;
        state->enter = poll_idle;
        state->disabled = false;