Skip to content

Commit 111a411

Browse files
committed
PCIBridge: Soft fail on device property injection failure
1 parent a3740c8 commit 111a411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MacHyperVSupport/PCIBridge/HyperVPCIBridge.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ bool HyperVPCIBridge::initializeNub(IOPCIDevice *nub, OSDictionary *from) {
271271
//
272272
IOReturn status = mergePropertiesFromDT(nub->getFunctionNumber(), from);
273273
if (status != kIOReturnSuccess) {
274-
return false;
274+
HVSYSLOG("Failed to merge device properties");
275275
}
276276
return super::initializeNub(nub, from);
277277
}

0 commit comments

Comments
 (0)