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 @@ check_scsi_status:

	case CS_DIF_ERROR:
		logit = qla2x00_handle_dif_error(sp, sts24);
		res = cp->result;
		break;

	case CS_TRANSPORT: