PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 18 Apr 2013 00:10:07 +0000 (18:10 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Apr 2013 15:50:30 +0000 (09:50 -0600)
commit4d18760c67af2688a6f9d3f0131dc505e0b9f2c9
treec606439f6332b4051ae9fb43addfaee9db327773
parent78b5a310ce0ff22889e1a1af932e5c17b26962ba
PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASK

PCI_MSIX_FLAGS_BIRMASK is mis-named because the BIR mask is in the
Table Offset register, not the flags ("Message Control" per spec)
register.

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