Skip to content

Commit 628ac98

Browse files
committed
chromium_ec: Fix typo
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 51c0859 commit 628ac98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • framework_lib/src/chromium_ec

framework_lib/src/chromium_ec/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ impl CrosEc {
13591359
// Force power to the GPU if we are writing the EEPROM
13601360
let res = self.set_gpio("gpu_3v_5v_en", true);
13611361
if let Err(err) = res {
1362-
error!("Failed to set ALW power to GPU off {:?}", err);
1362+
error!("Failed to set ALW power to GPU on {:?}", err);
13631363
return Err(err);
13641364
}
13651365
println!("Forcing Power to GPU");

0 commit comments

Comments
 (0)