[SCSI] megaraid: minor cut and paste error fixed.
authorJames Georgas <soulpa7ch@gmail.com>
Wed, 26 Jun 2013 18:03:19 +0000 (12:03 -0600)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 28 Jun 2013 20:41:33 +0000 (13:41 -0700)
This looks like a cut and paste typo to me. Both of the
megasas_read_fw_status_reg_* functions involved are identical though, so
there was no bad behaviour. I changed it for consistency and clarity.

Signed-off-by: James Georgas <soulpa7ch@gmail.com>
Acked-by: Sumit Saxena <sumit.saxena@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/megaraid/megaraid_sas_base.c

index 4c4abe190c77cc8281e8a743fd075249d0899954..6002d363c637ba0c6e1c7ca323df1905c214a9b4 100644 (file)
@@ -596,7 +596,7 @@ megasas_clear_intr_skinny(struct megasas_register_set __iomem *regs)
        /*
         * Check if it is our interrupt
         */
-       if ((megasas_read_fw_status_reg_gen2(regs) & MFI_STATE_MASK) ==
+       if ((megasas_read_fw_status_reg_skinny(regs) & MFI_STATE_MASK) ==
            MFI_STATE_FAULT) {
                mfiStatus = MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE;
        } else