diff options
author | Nilesh Javali <nilesh.javali@qlogic.com> | 2013-01-20 23:50:57 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-01-29 21:36:34 -0500 |
commit | 9cb33f184e5d57054caf24c2bd657517e557367c (patch) | |
tree | d6238fcdb349a2389c5619b6822a99c365d06ffd | |
parent | ff2477bacaf26b4733acebc1a65add4e433ef062 (diff) |
[SCSI] qla4xxx: Rename MBOX_ASTS_IDC_NOTIFY to MBOX_ASTS_IDC_REQUEST_NOTIFICATION
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>
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_fw.h | 2 | ||||
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_isr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_fw.h b/drivers/scsi/qla4xxx/ql4_fw.h index 1c4795020357..6ee18a947d55 100644 --- a/drivers/scsi/qla4xxx/ql4_fw.h +++ b/drivers/scsi/qla4xxx/ql4_fw.h | |||
@@ -495,7 +495,7 @@ struct qla_flt_region { | |||
495 | #define MBOX_ASTS_IPV6_LCL_PREFIX_IGNORED 0x802D | 495 | #define MBOX_ASTS_IPV6_LCL_PREFIX_IGNORED 0x802D |
496 | #define MBOX_ASTS_ICMPV6_ERROR_MSG_RCVD 0x802E | 496 | #define MBOX_ASTS_ICMPV6_ERROR_MSG_RCVD 0x802E |
497 | #define MBOX_ASTS_IDC_COMPLETE 0x8100 | 497 | #define MBOX_ASTS_IDC_COMPLETE 0x8100 |
498 | #define MBOX_ASTS_IDC_NOTIFY 0x8101 | 498 | #define MBOX_ASTS_IDC_REQUEST_NOTIFICATION 0x8101 |
499 | #define MBOX_ASTS_TXSCVR_INSERTED 0x8130 | 499 | #define MBOX_ASTS_TXSCVR_INSERTED 0x8130 |
500 | #define MBOX_ASTS_TXSCVR_REMOVED 0x8131 | 500 | #define MBOX_ASTS_TXSCVR_REMOVED 0x8131 |
501 | 501 | ||
diff --git a/drivers/scsi/qla4xxx/ql4_isr.c b/drivers/scsi/qla4xxx/ql4_isr.c index 39669b5cea1c..81909d949905 100644 --- a/drivers/scsi/qla4xxx/ql4_isr.c +++ b/drivers/scsi/qla4xxx/ql4_isr.c | |||
@@ -806,7 +806,7 @@ static void qla4xxx_isr_decode_mailbox(struct scsi_qla_host * ha, | |||
806 | " removed\n", ha->host_no, mbox_sts[0])); | 806 | " removed\n", ha->host_no, mbox_sts[0])); |
807 | break; | 807 | break; |
808 | 808 | ||
809 | case MBOX_ASTS_IDC_NOTIFY: | 809 | case MBOX_ASTS_IDC_REQUEST_NOTIFICATION: |
810 | { | 810 | { |
811 | uint32_t opcode; | 811 | uint32_t opcode; |
812 | if (is_qla8032(ha)) { | 812 | if (is_qla8032(ha)) { |