summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
diff options
context:
space:
mode:
authorGiridhar Malavali2011-11-18 18:03:12 +0100
committerJames Bottomley2011-12-15 07:55:03 +0100
commit882a917bfc638c8eac58677b9bf0c18663222078 (patch)
tree49ae9f05ec26b4d229d0c608c350de14049d838f /drivers/scsi/qla2xxx
parent[SCSI] qla2xxx: Fix to include FCE data as part of dump. (diff)
downloadkernel-qcow2-linux-882a917bfc638c8eac58677b9bf0c18663222078.tar.gz
kernel-qcow2-linux-882a917bfc638c8eac58677b9bf0c18663222078.tar.xz
kernel-qcow2-linux-882a917bfc638c8eac58677b9bf0c18663222078.zip
[SCSI] qla2xxx: Correct report-id acquisition check
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx')
-rw-r--r--drivers/scsi/qla2xxx/qla_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_mbx.c b/drivers/scsi/qla2xxx/qla_mbx.c
index 82a33533ed26..34344d3f8658 100644
--- a/drivers/scsi/qla2xxx/qla_mbx.c
+++ b/drivers/scsi/qla2xxx/qla_mbx.c
@@ -2887,7 +2887,7 @@ qla24xx_report_id_acquisition(scsi_qla_host_t *vha,
if (vp_idx == 0 && (MSB(stat) != 1))
goto reg_needed;
- if (MSB(stat) == 1) {
+ if (MSB(stat) != 0) {
ql_dbg(ql_dbg_mbx, vha, 0x10ba,
"Could not acquire ID for VP[%d].\n", vp_idx);
return;