am b9886558: libsuspend: force autosleep off during init

* commit 'b98865586bcf7779150c461b64e4fe49972f6351':
  libsuspend: force autosleep off during init
This commit is contained in:
Colin Cross 2012-09-24 08:25:57 -07:00 committed by Android Git Automerger
commit db97f75c35
1 changed files with 3 additions and 0 deletions

View File

@ -95,5 +95,8 @@ struct autosuspend_ops *autosuspend_autosleep_init(void)
}
ALOGI("Selected autosleep\n");
autosuspend_autosleep_disable();
return &autosuspend_autosleep_ops;
}