[SCSI] megaraid_sas: Use correct #define for MSI-X capability
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 18 Apr 2013 00:08:44 +0000 (18:08 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 18 Apr 2013 17:07:46 +0000 (11:07 -0600)
Previously we used PCI_MSI_FLAGS to locate a register in the MSI-X
capability.  This did work because the MSI and MSI-X flags happen
to be at the same offsets, but was confusing.

PCI_MSIX_FLAGS_ENABLE is already defined in include/uapi/linux/pci_regs.h,
so no need to define it again.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Adam Radford <aradford@gmail.com>

No differences found