ahci: drop failure to obtain pci x86 module error
* Contributes a lot of spam to syslog on non-x86 Change-Id: Ia22a1f6d167b9a9576cca6694dca99d853dad2d0 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5902 Reviewed-by: Alex von Gluck IV <[email protected]> Reviewed-by: Adrien Destugues <[email protected]> Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
54fb2560ae
commit
67d20a5856
@@ -332,7 +332,6 @@ std_ops(int32 op, ...)
|
||||
case B_MODULE_INIT:
|
||||
if (get_module(B_PCI_X86_MODULE_NAME,
|
||||
(module_info**)&gPCIx86Module) != B_OK) {
|
||||
TRACE("failed to get pci x86 module\n");
|
||||
gPCIx86Module = NULL;
|
||||
}
|
||||
return B_OK;
|
||||
|
||||
Reference in New Issue
Block a user