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.
1 parent f5f6c96 commit dc11078Copy full SHA for dc11078
acpi/src/lib.rs
@@ -476,7 +476,7 @@ where
476
};
477
let r = header_mapping.validate(header_mapping.signature);
478
if r.is_err() {
479
- log::warn!("Found invalid SSDT at physical address {:p}: {:?}", table_phys_ptr, r);
+ log::warn!("Found invalid SDT at physical address {:p}: {:?}", table_phys_ptr, r);
480
continue;
481
}
482
let result = header_mapping.clone();
0 commit comments