From: Bjorn Helgaas Date: Thu, 18 Apr 2013 00:08:44 +0000 (-0600) Subject: [SCSI] megaraid_sas: Use correct #define for MSI-X capability X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~143^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99369065970e9ea7d1ca489341ed29d1a72ec0b5;p=pandora-kernel.git [SCSI] megaraid_sas: Use correct #define for MSI-X capability 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 Acked-by: Adam Radford --- Reading git-diff-tree failed