am 1690b49e: Merge "Libsuspend: Remove unused variable"

* commit '1690b49e631904759737176b4bb285d446655f5d':
  Libsuspend: Remove unused variable
This commit is contained in:
Andreas Gampe 2014-11-25 19:57:59 +00:00 committed by Android Git Automerger
commit 01334e5241

View file

@ -84,7 +84,6 @@ struct autosuspend_ops autosuspend_autosleep_ops = {
struct autosuspend_ops *autosuspend_autosleep_init(void) struct autosuspend_ops *autosuspend_autosleep_init(void)
{ {
int ret;
char buf[80]; char buf[80];
autosleep_fd = open(SYS_POWER_AUTOSLEEP, O_WRONLY); autosleep_fd = open(SYS_POWER_AUTOSLEEP, O_WRONLY);