Skip to content

Commit 3daf204

Browse files
committed
portio_mec: Don't print init
Would also appear on non-mec systems if we can't detect whether they have mec or not. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 262b6dc commit 3daf204

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

framework_lib/src/chromium_ec/portio_mec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const _MEC_LPC_DATA_REGISTER3: u16 = 0x0807;
2525
pub fn init() -> bool {
2626
#[cfg(target_os = "linux")]
2727
unsafe {
28-
println!("Init MEC");
2928
let res = ioperm(EC_LPC_ADDR_HOST_DATA as u64, 8, 1);
3029
if res != 0 {
3130
error!("ioperm failed. portio driver is likely block by Linux kernel lockdown mode");

0 commit comments

Comments
 (0)