am b9886558: libsuspend: force autosleep off during init
* commit 'b98865586bcf7779150c461b64e4fe49972f6351': libsuspend: force autosleep off during init
This commit is contained in:
commit
db97f75c35
|
@ -95,5 +95,8 @@ struct autosuspend_ops *autosuspend_autosleep_init(void)
|
|||
}
|
||||
|
||||
ALOGI("Selected autosleep\n");
|
||||
|
||||
autosuspend_autosleep_disable();
|
||||
|
||||
return &autosuspend_autosleep_ops;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue