Skip to content

Commit 84c3027

Browse files
Merge pull request #169 from FrameworkComputer/init-mec
portio_mec: Don't print init
2 parents a15500d + 3daf204 commit 84c3027

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)