From bdc39c62ca913f3444a0f3fb7a8600810ecb6866 Mon Sep 17 00:00:00 2001 From: hauke Date: Mon, 2 Jul 2012 23:12:58 +0000 Subject: kernel: ssb/bcma: update to version from wireless-testing tag master-2012-07-02 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32580 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../233-bcma-fix-NP-in-bcma_core_pci_irq_ctl.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 target/linux/brcm47xx/patches-3.3/233-bcma-fix-NP-in-bcma_core_pci_irq_ctl.patch (limited to 'target/linux/brcm47xx/patches-3.3/233-bcma-fix-NP-in-bcma_core_pci_irq_ctl.patch') diff --git a/target/linux/brcm47xx/patches-3.3/233-bcma-fix-NP-in-bcma_core_pci_irq_ctl.patch b/target/linux/brcm47xx/patches-3.3/233-bcma-fix-NP-in-bcma_core_pci_irq_ctl.patch deleted file mode 100644 index 9843f973a..000000000 --- a/target/linux/brcm47xx/patches-3.3/233-bcma-fix-NP-in-bcma_core_pci_irq_ctl.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/drivers/bcma/driver_pci.c -+++ b/drivers/bcma/driver_pci.c -@@ -232,7 +232,7 @@ void __devinit bcma_core_pci_init(struct - int bcma_core_pci_irq_ctl(struct bcma_drv_pci *pc, struct bcma_device *core, - bool enable) - { -- struct pci_dev *pdev = pc->core->bus->host_pci; -+ struct pci_dev *pdev; - u32 coremask, tmp; - int err = 0; - -@@ -243,6 +243,8 @@ int bcma_core_pci_irq_ctl(struct bcma_dr - goto out; - } - -+ pdev = pc->core->bus->host_pci; -+ - err = pci_read_config_dword(pdev, BCMA_PCI_IRQMASK, &tmp); - if (err) - goto out; -- cgit v1.2.3