We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a15500d + 3daf204 commit 84c3027Copy full SHA for 84c3027
framework_lib/src/chromium_ec/portio_mec.rs
@@ -25,7 +25,6 @@ const _MEC_LPC_DATA_REGISTER3: u16 = 0x0807;
25
pub fn init() -> bool {
26
#[cfg(target_os = "linux")]
27
unsafe {
28
- println!("Init MEC");
29
let res = ioperm(EC_LPC_ADDR_HOST_DATA as u64, 8, 1);
30
if res != 0 {
31
error!("ioperm failed. portio driver is likely block by Linux kernel lockdown mode");
0 commit comments