Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8376397f authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: Update setting ufs debug error state"

parents edb5b2af 4a8150b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4007,7 +4007,7 @@ static int ufshcd_wait_for_dev_cmd(struct ufs_hba *hba,
		ufshcd_outstanding_req_clear(hba, lrbp->task_tag);
	}

	if (err)
	if (err && err != -EAGAIN)
		ufsdbg_set_err_state(hba);

	return err;