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

Commit 01334e52 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

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

* commit '1690b49e':
  Libsuspend: Remove unused variable
parents 38c3386a 1690b49e
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);