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 <kallisti5@unixzen.com> Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user