Formatting and fixes

This commit is contained in:
Luke D. Jones
2024-02-23 12:35:59 +13:00
parent ba54007102
commit 50eccd2b1d
6 changed files with 19 additions and 19 deletions

View File

@@ -243,10 +243,10 @@ impl CtrlPlatform {
fn check_and_set_epp(&self, enegy_pref: CPUEPP, change_epp: bool) {
if !change_epp {
info!("PlatformPolicy unlinked from EPP");
info!("ThrottlePolicy unlinked from EPP");
return;
}
info!("PlatformPolicy setting EPP");
info!("ThrottlePolicy setting EPP");
if let Some(cpu) = self.cpu_control.as_ref() {
if let Ok(epp) = cpu.get_available_epp() {
debug!("Available EPP: {epp:?}");