[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1399045139-4531-5-git-send-email-kamal@canonical.com>
Date: Fri, 2 May 2014 08:36:32 -0700
From: Kamal Mostafa <kamal@...onical.com>
To: linux-kernel@...r.kernel.org, stable@...r.kernel.org,
kernel-team@...ts.ubuntu.com
Cc: Bjorn Helgaas <bhelgaas@...gle.com>,
Sarah Sharp <sarah.a.sharp@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Kamal Mostafa <kamal@...onical.com>
Subject: [PATCH 3.13 004/151] [3.13-stable] Revert "PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabled"
3.13.11.1 -stable review patch. If anyone has any objections, please let me know.
------------------
From: Kamal Mostafa <kamal@...onical.com>
This reverts commit 16d36cdf2bd2b8e821ea1286dd3e8b2d657e6b3c.
... which was applied to 3.13-stable twice, first as:
bb7048ea362773c2b53ee410a69ff60a029c71ef
and then again as:
16d36cdf2bd2b8e821ea1286dd3e8b2d657e6b3c
This revert relates only to 3.13-stable, and the fix itself remains in 3.13.
Cc: Bjorn Helgaas <bhelgaas@...gle.com>
Cc: Sarah Sharp <sarah.a.sharp@...ux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@...onical.com>
---
drivers/pci/pci.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 6f01c74..1a8a4fd 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -1134,9 +1134,6 @@ static int do_pci_enable_device(struct pci_dev *dev, int bars)
if (dev->msi_enabled || dev->msix_enabled)
return 0;
- if (dev->msi_enabled || dev->msix_enabled)
- return 0;
-
pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin);
if (pin) {
pci_read_config_word(dev, PCI_COMMAND, &cmd);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists