diff options
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_mbx.c')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_mbx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_mbx.c b/drivers/scsi/qla4xxx/ql4_mbx.c index 62d4208af21f..5eef7d1aaa86 100644 --- a/drivers/scsi/qla4xxx/ql4_mbx.c +++ b/drivers/scsi/qla4xxx/ql4_mbx.c | |||
@@ -1611,7 +1611,7 @@ int qla4xxx_get_uni_chap_at_index(struct scsi_qla_host *ha, char *username, | |||
1611 | goto exit_unlock_uni_chap; | 1611 | goto exit_unlock_uni_chap; |
1612 | } | 1612 | } |
1613 | 1613 | ||
1614 | if (!(chap_table->flags & BIT_6)) { | 1614 | if (!(chap_table->flags & BIT_7)) { |
1615 | ql4_printk(KERN_ERR, ha, "Unidirectional entry not set\n"); | 1615 | ql4_printk(KERN_ERR, ha, "Unidirectional entry not set\n"); |
1616 | rval = QLA_ERROR; | 1616 | rval = QLA_ERROR; |
1617 | goto exit_unlock_uni_chap; | 1617 | goto exit_unlock_uni_chap; |