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

Commit 1690b49e authored by Andreas Gampe's avatar Andreas Gampe Committed by Gerrit Code Review
Browse files

Merge "Libsuspend: Remove unused variable"

parents 03be4928 487f9844
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);