mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-08 17:05:56 +02:00
fixed typo in the epb
verbose message for cpufreqctl
This commit is contained in:
parent
0a4aaf1f74
commit
3476424a5e
@ -319,10 +319,10 @@ case $OPTION in
|
||||
--epb)
|
||||
if [ ! -z $AVAILABLE ]; then cat $FLROOT/cpu0/power/energy_perf_bias
|
||||
elif [ -z $VALUE ]; then
|
||||
verbose "Getting CPU"$CORE" EBPs"
|
||||
verbose "Getting CPU"$CORE" EPBs"
|
||||
get_energy_performance_bias
|
||||
else
|
||||
verbose "Setting CPU"$CORE" EBPs to "$VALUE
|
||||
verbose "Setting CPU"$CORE" EPBs to "$VALUE
|
||||
set_energy_performance_bias
|
||||
fi
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user