]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directly
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 17 Apr 2013 23:38:32 +0000 (17:38 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Apr 2013 15:50:30 +0000 (09:50 -0600)
commitf84ecd285f40012f804173110c10f2caaa23b7ee
treed2963ab508de23e966b935512770bcc4e7af4844
parentf5322169b4bc931c760c6a14484582a95c39edde
PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directly

Note the error in pci_msix_table_size() -- we used PCI_MSI_FLAGS to
locate the PCI_MSIX_FLAGS word.  No actual breakage because PCI_MSI_FLAGS
and PCI_MSIX_FLAGS happen to be the same.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/msi.c
drivers/pci/msi.h