mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 18:04:38 -04:00
[SCSI] qla2xxx: Fix incorrect status reporting on DIF errors.
Signed-off-by: Arun Easi <arun.easi@qlogic.com> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
committed by
James Bottomley
parent
9e522cd8f3
commit
fb6e466832
@@ -2162,6 +2162,7 @@ qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt)
|
||||
|
||||
case CS_DIF_ERROR:
|
||||
logit = qla2x00_handle_dif_error(sp, sts24);
|
||||
res = cp->result;
|
||||
break;
|
||||
|
||||
case CS_TRANSPORT:
|
||||
|
||||
Reference in New Issue
Block a user