Skip to content

Commit 22e9c31

Browse files
committed
Revert "power: fbearlysuspend: add sleep hack for CRT-off animation"
This reverts commit 079a699.
1 parent d2486c4 commit 22e9c31

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

kernel/power/fbearlysuspend.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*
1414
*/
1515

16-
#include <linux/delay.h>
1716
#include <linux/earlysuspend.h>
1817
#include <linux/module.h>
1918
#include <linux/wait.h>
@@ -34,10 +33,6 @@ static void stop_drawing_early_suspend(struct early_suspend *h)
3433
int ret;
3534
unsigned long irq_flags;
3635

37-
/* FIXME: earlysuspend breaks androids CRT-off animation
38-
* Sleep a little bit to get it played properly */
39-
msleep(350);
40-
4136
spin_lock_irqsave(&fb_state_lock, irq_flags);
4237
fb_state = FB_STATE_REQUEST_STOP_DRAWING;
4338
spin_unlock_irqrestore(&fb_state_lock, irq_flags);

0 commit comments

Comments
 (0)