Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment