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 da5dc08e81dc5c98357d3012aa238e5f6a0f8115
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu Jan 9 18:28:19 2025 +0000
wizard - cpufreq page - use more common cure freq sysfs node to check
---
src/modules/wizard/page_100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/wizard/page_100.c b/src/modules/wizard/page_100.c
index c700d30e8..98bf1d3b0 100644
--- a/src/modules/wizard/page_100.c
+++ b/src/modules/wizard/page_100.c
@@ -57,7 +57,7 @@ wizard_page_show(E_Wizard_Page *pg EINA_UNUSED)
#else
char *str, *p;
- str = read_file("/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies");
+ str = read_file("/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq");
if (str)
{
for (p = str; *p; p++)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.