[SCSI] qla2xxx: Do MPI reset only for ISP81xx.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
committed by
James Bottomley
parent
61e1b269be
commit
619d5a0ded
@@ -796,10 +796,12 @@ qla2x00_process_loopback(struct fc_bsg_job *bsg_job)
|
|||||||
qla2xxx_wake_dpc(vha);
|
qla2xxx_wake_dpc(vha);
|
||||||
qla2x00_wait_for_chip_reset(vha);
|
qla2x00_wait_for_chip_reset(vha);
|
||||||
/* Also reset the MPI */
|
/* Also reset the MPI */
|
||||||
if (qla81xx_restart_mpi_firmware(vha) !=
|
if (IS_QLA81XX(ha)) {
|
||||||
QLA_SUCCESS) {
|
if (qla81xx_restart_mpi_firmware(vha) !=
|
||||||
ql_log(ql_log_warn, vha, 0x702a,
|
QLA_SUCCESS) {
|
||||||
"MPI reset failed.\n");
|
ql_log(ql_log_warn, vha, 0x702a,
|
||||||
|
"MPI reset failed.\n");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rval = -EIO;
|
rval = -EIO;
|
||||||
|
Reference in New Issue
Block a user