• Roland Dreier's avatar
    IB/ipath: Fix IRQ for PCI Express HCAs · 0a1336c8
    Roland Dreier authored
    Commit 51f65ebc ("IB/ipath - program intconfig register using new HT
    irq hook"), which fixed interrupts for HyperTransport HCAs, broke PCI
    Express HCAs, because for those HCAs, the driver uses the value of
    pdev->irq before pci_enable_msi() and ends up getting a totally bogus
    IRQ number.  Fix this by using the value of pdev->irq after
    pci_enable_msi().
    Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
    0a1336c8
ipath_iba6120.c 46.8 KB