OSDN Git Service

Merge branch 'irq/urgent' into irq/msi
authorThomas Gleixner <tglx@linutronix.de>
Tue, 14 Dec 2021 12:30:34 +0000 (13:30 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 14 Dec 2021 12:30:34 +0000 (13:30 +0100)
to pick up the PCI/MSI-x fixes.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1  2 
drivers/pci/msi/msi.c

@@@ -598,14 -722,9 +598,11 @@@ static int msix_capability_init(struct 
                goto out_disable;
        }
  
-       /* Ensure that all table entries are masked. */
-       msix_mask_all(base, tsize);
 +      dev->msix_base = base;
 +
        ret = msix_setup_entries(dev, base, entries, nvec, affd);
        if (ret)
 -              goto out_disable;
 +              goto out_free;
  
        ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSIX);
        if (ret)