summaryrefslogtreecommitdiff
path: root/drivers/ufs/host/ufs-hisi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ufs/host/ufs-hisi.c')
-rw-r--r--drivers/ufs/host/ufs-hisi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ufs/host/ufs-hisi.c b/drivers/ufs/host/ufs-hisi.c
index 494f593702a3..6e6569de74d8 100644
--- a/drivers/ufs/host/ufs-hisi.c
+++ b/drivers/ufs/host/ufs-hisi.c
@@ -576,9 +576,7 @@ static int ufs_hisi_probe(struct platform_device *pdev)
static void ufs_hisi_remove(struct platform_device *pdev)
{
- struct ufs_hba *hba = platform_get_drvdata(pdev);
-
- ufshcd_remove(hba);
+ ufshcd_pltfrm_remove(pdev);
}
static const struct dev_pm_ops ufs_hisi_pm_ops = {