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

Commit 0af4da69 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-msm-phy: fix false error message"

parents a89ecbd6 d52c4e89
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -530,6 +530,7 @@ int ufs_msm_phy_calibrate_phy(struct phy *generic_phy)
	} else {
		ret = ufs_msm_phy->phy_spec_ops->
				calibrate_phy(ufs_msm_phy);
		if (ret)
			dev_err(ufs_msm_phy->dev, "%s: calibrate_phy() failed %d\n",
				__func__, ret);
	}