[SCSI] qla2xxx: Correct regression in EH abort handling.
Commit73208dfd7a
(qla2xxx: add support for multi-queue adapter) inadvertently backed-out the fix in5bff55db3d
(qla2xxx: Return a FAILED status when abort mailbox-command fails.). Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
parent
7c283177fa
commit
2ac4b64f74
|
@ -800,6 +800,7 @@ qla2xxx_eh_abort(struct scsi_cmnd *cmd)
|
|||
if (ha->isp_ops->abort_command(vha, sp, req)) {
|
||||
DEBUG2(printk("%s(%ld): abort_command "
|
||||
"mbx failed.\n", __func__, vha->host_no));
|
||||
ret = FAILED;
|
||||
} else {
|
||||
DEBUG3(printk("%s(%ld): abort_command "
|
||||
"mbx success.\n", __func__, vha->host_no));
|
||||
|
|
Loading…
Reference in New Issue