xhci: add endpoint cap on express bus only
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
		
							parent
							
								
									463c534db5
								
							
						
					
					
						commit
						058fdcf52c
					
				@ -3594,8 +3594,10 @@ static int usb_xhci_initfn(struct PCIDevice *dev)
 | 
				
			|||||||
                     PCI_BASE_ADDRESS_SPACE_MEMORY|PCI_BASE_ADDRESS_MEM_TYPE_64,
 | 
					                     PCI_BASE_ADDRESS_SPACE_MEMORY|PCI_BASE_ADDRESS_MEM_TYPE_64,
 | 
				
			||||||
                     &xhci->mem);
 | 
					                     &xhci->mem);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ret = pcie_endpoint_cap_init(dev, 0xa0);
 | 
					    if (pci_bus_is_express(dev->bus)) {
 | 
				
			||||||
    assert(ret >= 0);
 | 
					        ret = pcie_endpoint_cap_init(dev, 0xa0);
 | 
				
			||||||
 | 
					        assert(ret >= 0);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (xhci->flags & (1 << XHCI_FLAG_USE_MSI)) {
 | 
					    if (xhci->flags & (1 << XHCI_FLAG_USE_MSI)) {
 | 
				
			||||||
        msi_init(dev, 0x70, xhci->numintrs, true, false);
 | 
					        msi_init(dev, 0x70, xhci->numintrs, true, false);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user