]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
PCI: Convert broken INTx masking quirks from HEADER to FINAL
authorNoa Osherovich <noaos@mellanox.com>
Tue, 15 Nov 2016 07:59:58 +0000 (09:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2017 10:39:36 +0000 (11:39 +0100)
commit890661544739d929cf4c5d9bce460f66ff18cb6c
treec9237975eabe5dd3be6daef3990df6e45520c7c2
parent04b97a6be2eddd984ea176bc470d87248d9213d9
PCI: Convert broken INTx masking quirks from HEADER to FINAL

commit b88214ce4d7064992452765028bd50702414f15f upstream.

Convert all quirk_broken_intx_masking() quirks from HEADER to FINAL.

The quirk sets dev->broken_intx_masking, which is only used by
pci_intx_mask_supported(), which is not needed until after FINAL
quirks have been run.

[bhelgaas: changelog]
Signed-off-by: Noa Osherovich <noaos@mellanox.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/quirks.c