Commit 88544573 authored by Stanley Chu's avatar Stanley Chu Committed by Martin K. Petersen

scsi: ufs-cdns: Use phy_initialization helper

Use phy_initialization helper instead of direct function invocation.

Link: https://lore.kernel.org/r/20201205120041.26869-4-stanley.chu@mediatek.comReviewed-by: default avatarAvri Altman <avri.altman@wdc.com>
Signed-off-by: default avatarStanley Chu <stanley.chu@mediatek.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 92bcebe4
...@@ -221,8 +221,7 @@ static int cdns_ufs_init(struct ufs_hba *hba) ...@@ -221,8 +221,7 @@ static int cdns_ufs_init(struct ufs_hba *hba)
return -ENOMEM; return -ENOMEM;
ufshcd_set_variant(hba, host); ufshcd_set_variant(hba, host);
if (hba->vops && hba->vops->phy_initialization) status = ufshcd_vops_phy_initialization(hba);
status = hba->vops->phy_initialization(hba);
return status; return status;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment