]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf030f9c805b00a8509dd426ef6cf4c90745c609b
treec606439f6332b4051ae9fb43addfaee9db327773
parent0bf4a88675aaa376715949fb42cf4f4e0c63d6c5
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