[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>
This commit is contained in:
Родитель
3cb0a67d6d
Коммит
882a917bfc
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче