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)
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>

No differences found