mirror of https://gitee.com/openkylin/linux.git
scsi: qla2xxx: Skip FW dump on LOOP initialization error
Firmware dump captured during LOOP Init error does not yield any significant information. This patch removes call to trigger firmware dump collection during Loop Initialization. Signed-off-by: Quinn Tran <qutran@marvell.com> Signed-off-by: Himanshu Madhani <hmadhani@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
178235f43e
commit
5e5402c147
|
@ -776,7 +776,6 @@ qla2x00_async_event(scsi_qla_host_t *vha, struct rsp_que *rsp, uint16_t *mb)
|
|||
case MBA_LOOP_INIT_ERR:
|
||||
ql_log(ql_log_warn, vha, 0x5090,
|
||||
"LOOP INIT ERROR (%x).\n", mb[1]);
|
||||
ha->isp_ops->fw_dump(vha, 1);
|
||||
set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue