We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2486c4 commit 22e9c31Copy full SHA for 22e9c31
1 file changed
kernel/power/fbearlysuspend.c
@@ -13,7 +13,6 @@
13
*
14
*/
15
16
-#include <linux/delay.h>
17
#include <linux/earlysuspend.h>
18
#include <linux/module.h>
19
#include <linux/wait.h>
@@ -34,10 +33,6 @@ static void stop_drawing_early_suspend(struct early_suspend *h)
34
33
int ret;
35
unsigned long irq_flags;
36
37
- /* FIXME: earlysuspend breaks androids CRT-off animation
38
- * Sleep a little bit to get it played properly */
39
- msleep(350);
40
-
41
spin_lock_irqsave(&fb_state_lock, irq_flags);
42
fb_state = FB_STATE_REQUEST_STOP_DRAWING;
43
spin_unlock_irqrestore(&fb_state_lock, irq_flags);
0 commit comments