Commit fb6e4668 authored by Arun Easi's avatar Arun Easi Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Fix incorrect status reporting on DIF errors.

parent 9e522cd8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: