Skip to content

Commit 080b5ad

Browse files
ahunter6Ulf Hansson
authored andcommitted
mmc: sdhci_f_sdh30: Use sdhci_pltfm_remove()
Use sdhci_pltfm_remove() instead of sdhci_pltfm_unregister() because sdhci_pltfm_unregister() is going to be removed. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20230811130351.7038-7-adrian.hunter@intel.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 584259d commit 080b5ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mmc/host/sdhci_f_sdh30.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ static void sdhci_f_sdh30_remove(struct platform_device *pdev)
214214
struct reset_control *rst = priv->rst;
215215
struct clk *clk = priv->clk;
216216

217-
sdhci_pltfm_unregister(pdev);
217+
sdhci_pltfm_remove(pdev);
218218

219219
reset_control_assert(rst);
220220
clk_disable_unprepare(clk);

0 commit comments

Comments
 (0)