Merge tag 'v5.13-rc6' into usb-next
We want the usb fixes in here as well, and this resolves some merge issues with: drivers/usb/dwc3/debugfs.c drivers/usb/dwc3/gadget.c Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -925,7 +925,8 @@ static int pci_register_host_bridge(struct pci_host_bridge *bridge)
|
||||
device_enable_async_suspend(bus->bridge);
|
||||
pci_set_bus_of_node(bus);
|
||||
pci_set_bus_msi_domain(bus);
|
||||
if (bridge->msi_domain && !dev_get_msi_domain(&bus->dev))
|
||||
if (bridge->msi_domain && !dev_get_msi_domain(&bus->dev) &&
|
||||
!pci_host_of_has_msi_map(parent))
|
||||
bus->bus_flags |= PCI_BUS_FLAGS_NO_MSI;
|
||||
|
||||
if (!parent)
|
||||
|
||||
Reference in New Issue
Block a user