Commit
ab5d21b added flush_sq_done_wa4074 condition to the WA#3714 check.
As a result, WA#3714 is never called. This commit removes the condition.
Signed-off-by: Triviño <francisco.trivino@oracle.com>
Reviewed-by: Knut Omang <knut.omang@oracle.com>
/* WA 3714 special handling */
need_wa_3714 = (PSIF_REVISION(sdev) <= 3)
&& IS_PSIF(sdev) /* Next check if there is a retry outstanding */
- && !qp->flush_sq_done_wa4074
&& (get_psif_qp_core__retry_tag_committed(&qp->d.state) !=
get_psif_qp_core__retry_tag_err(&qp->d.state))
&& (qp->qp_idx != sdev->flush_qp);