From dcf3e0e64a16b7a09c8396e4e28fdebe3e7e68f4 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sun, 21 May 2023 16:33:56 +0200 Subject: Add keep feature for governor --- cputemp2maxfreq.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/cputemp2maxfreq.c b/cputemp2maxfreq.c index b023b79..aabb99f 100644 --- a/cputemp2maxfreq.c +++ b/cputemp2maxfreq.c @@ -56,7 +56,6 @@ int main(int argc,char **argv) { printf("Invalid poll interval, range is %d-%d\n",VALID_INTERVAL_MIN,VALID_INTERVAL_MAX); exit(1); - } // Get and validate CPU data @@ -79,7 +78,7 @@ int main(int argc,char **argv) exit(1); } -// Modify fallback frequency is needed +// Modify fallback frequency if needed if (config.fallback_freq