This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 8a262365846ccd96c7e43f6fc96bc3061a786652
Author: Carsten Haitzler <[email protected]>
AuthorDate: Wed Jan 14 16:38:58 2026 +0000
powersave - remove spurious extra write to powersave wake
---
src/bin/e_powersave.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/bin/e_powersave.c b/src/bin/e_powersave.c
index 81c2b0633..66e0bddc1 100644
--- a/src/bin/e_powersave.c
+++ b/src/bin/e_powersave.c
@@ -285,8 +285,6 @@ _e_powersave_sleepers_wake(void)
EINA_LIST_FOREACH(powersave_sleepers, l, sleeper)
{
- if (write(ecore_pipe_write_fd(sleeper->pipe), buf, 1) < 0)
- fprintf(stderr, "%s: ERROR WRITING TO FD\n", __func__);
ecore_pipe_write(sleeper->pipe, buf, 1);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.