|
@@ -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));
|