chore: Update error log when memory root fd is not initialized in drivers common.

This commit is contained in:
Ibuki.O
2026-01-22 13:29:42 +09:00
parent 900bbabda5
commit 5b336e9d5e
+1 -1
View File
@@ -40,7 +40,7 @@ pub fn init() {
pub fn memory_root_fd() -> &'static libredox::Fd {
MEMORY_ROOT_FD
.get()
.expect("acpid: failed to get memory_root_fd")
.expect("drivers common: failed to get memory_root_fd")
}
/// Specifies the write behavior for a specific region of memory