diff --git a/drivers/common/src/lib.rs b/drivers/common/src/lib.rs index 8259bbdc53..7fccd97c10 100644 --- a/drivers/common/src/lib.rs +++ b/drivers/common/src/lib.rs @@ -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