From: Roland Dreier Date: Tue, 12 Dec 2006 19:50:20 +0000 (-0800) Subject: IB/ipath: Fix IRQ for PCI Express HCAs X-Git-Tag: v2.6.20-rc1~143^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1336c8c93530b93c8ecd8c9882f5e528673cab;p=pandora-kernel.git IB/ipath: Fix IRQ for PCI Express HCAs 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: Roland Dreier --- Reading git-diff-tree failed