Loading drivers/scsi/ufs/ufs-msm-phy.c +3 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
drivers/scsi/ufs/ufs-msm-phy.c +3 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading