Skip to content

Commit

Permalink
PCIBridge: Soft fail on device property injection failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed Oct 16, 2023
1 parent a3740c8 commit 111a411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacHyperVSupport/PCIBridge/HyperVPCIBridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ bool HyperVPCIBridge::initializeNub(IOPCIDevice *nub, OSDictionary *from) {
//
IOReturn status = mergePropertiesFromDT(nub->getFunctionNumber(), from);
if (status != kIOReturnSuccess) {
return false;
HVSYSLOG("Failed to merge device properties");
}
return super::initializeNub(nub, from);
}

0 comments on commit 111a411

Please sign in to comment.