Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1442fae4 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

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

* commit '01334e52':
  Libsuspend: Remove unused variable
parents 906ee0d7 01334e52
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ struct autosuspend_ops autosuspend_autosleep_ops = {

struct autosuspend_ops *autosuspend_autosleep_init(void)
{
    int ret;
    char buf[80];

    autosleep_fd = open(SYS_POWER_AUTOSLEEP, O_WRONLY);