Commit 6ba1ead7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI Hotplug: Oops, didn't mean to apply the msi pci express patch, so revert it

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 2c6dcbe7
......@@ -741,8 +741,6 @@ static void hpc_release_ctlr(struct controller *ctrl)
if (php_ctlr->irq) {
free_irq(php_ctlr->irq, ctrl);
php_ctlr->irq = 0;
if (!pcie_mch_quirk)
pci_disable_msi(php_ctlr->pci_dev);
}
}
if (php_ctlr->pci_dev)
......
......@@ -792,7 +792,6 @@ static void hpc_release_ctlr(struct controller *ctrl)
if (php_ctlr->irq) {
free_irq(php_ctlr->irq, ctrl);
php_ctlr->irq = 0;
pci_disable_msi(php_ctlr->pci_dev);
}
}
if (php_ctlr->pci_dev) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment