Skip to content

Commit

Permalink
Release also cpu keepalive wakelock on mce exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
spiiroin committed Sep 4, 2013
1 parent e53045d commit e52af68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mce.c
Expand Up @@ -281,6 +281,7 @@ static void mce_cleanup_wakelocks(void)

wakelock_unlock("mce_display_on");
wakelock_unlock("mce_input_handler");
wakelock_unlock("mce_cpu_keepalive");
wakelock_unlock("mce_display_stm");
}
#endif // ENABLE_WAKELOCKS
Expand Down

0 comments on commit e52af68

Please sign in to comment.