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

Commit cdbac5e2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: fix probe failure masked by crypto engine reset"

parents 66e8f685 4c63de94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5970,7 +5970,7 @@ static int ufshcd_host_reset_and_restore(struct ufs_hba *hba)
		goto out;
	}

	if (hba->vops && hba->vops->crypto_engine_reset) {
	if (!err && hba->vops && hba->vops->crypto_engine_reset) {
		err = hba->vops->crypto_engine_reset(hba);
		if (err) {
			dev_err(hba->dev,