[Title] allow system suspend
authorgiwoong.kim <giwoong.kim@samsung.com>
Fri, 17 Feb 2012 03:50:54 +0000 (12:50 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Fri, 17 Feb 2012 03:53:07 +0000 (12:53 +0900)
[Type] Feature
[Module] Emulator / PM ( Power Management )
[Priority] Major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ib4dd7416fa68dc5a8d2647576fc13d0f5cc8a1db

kernel/power/suspend.c

index 7f321bc2aab6862fc78c04fddef56150a146a96e..6f10dfc2d3e9f79a0a57cd73b8a70ad2cc90d22b 100644 (file)
@@ -253,9 +253,6 @@ static void suspend_finish(void)
  */
 int enter_state(suspend_state_t state)
 {
-       //XXX reject a suspend request temporarily in Emulator until fix a suspend problem.
-       return 0;
-
        int error;
 
        if (!valid_state(state))