]> Pileus Git - ~andy/linux/commitdiff
[SCSI] qla4xxx: Rename MBOX_ASTS_IDC_NOTIFY to MBOX_ASTS_IDC_REQUEST_NOTIFICATION
authorNilesh Javali <nilesh.javali@qlogic.com>
Mon, 21 Jan 2013 04:50:57 +0000 (23:50 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Wed, 30 Jan 2013 02:36:34 +0000 (13:36 +1100)
Signed-off-by: Nilesh Javali <nilesh.javali@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla4xxx/ql4_fw.h
drivers/scsi/qla4xxx/ql4_isr.c

index 1c47950203573e096768d371dd1c131f2aa35e7e..6ee18a947d55a957e20e3f8cc5f18982e084de30 100644 (file)
@@ -495,7 +495,7 @@ struct qla_flt_region {
 #define MBOX_ASTS_IPV6_LCL_PREFIX_IGNORED      0x802D
 #define MBOX_ASTS_ICMPV6_ERROR_MSG_RCVD                0x802E
 #define MBOX_ASTS_IDC_COMPLETE                 0x8100
-#define MBOX_ASTS_IDC_NOTIFY                   0x8101
+#define MBOX_ASTS_IDC_REQUEST_NOTIFICATION     0x8101
 #define MBOX_ASTS_TXSCVR_INSERTED              0x8130
 #define MBOX_ASTS_TXSCVR_REMOVED               0x8131
 
index 39669b5cea1c6ceee32ff2ef7cbf9dbb34ce31be..81909d94990552957258c9e34b70d635dc749b40 100644 (file)
@@ -806,7 +806,7 @@ static void qla4xxx_isr_decode_mailbox(struct scsi_qla_host * ha,
                            " removed\n",  ha->host_no, mbox_sts[0]));
                        break;
 
-               case MBOX_ASTS_IDC_NOTIFY:
+               case MBOX_ASTS_IDC_REQUEST_NOTIFICATION:
                {
                        uint32_t opcode;
                        if (is_qla8032(ha)) {