Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / drivers / cpuidle / cpuidle.c
index 06ce268..5159e65 100644 (file)
@@ -197,6 +197,7 @@ static void poll_idle_init(struct cpuidle_driver *drv)
        state->power_usage = -1;
        state->flags = 0;
        state->enter = poll_idle;
+       state->disable = 0;
 }
 #else
 static void poll_idle_init(struct cpuidle_driver *drv) {}