Fix inverted loop condition: while (g_exit) should be while (!g_exit), causing the daemon to exit immediately instead of running. Signed-off-by: fangpeina <fangpeina@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| pressure_main.c | ||
Fix inverted loop condition: while (g_exit) should be while (!g_exit), causing the daemon to exit immediately instead of running. Signed-off-by: fangpeina <fangpeina@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| pressure_main.c | ||