]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mmc: sdhci-pic32: Drop the use of sdhci_pltfm_free()
authorBinbin Zhou <zhoubinbin@loongson.cn>
Sat, 7 Jun 2025 07:50:28 +0000 (15:50 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Jun 2025 10:43:25 +0000 (12:43 +0200)
commit3a55e989bb08c31d2554bac22f4e247432b0a27d
tree3d259429b9f27c03c5b1a1286ed72947e115b30e
parent18cd5e59c031259c3406b179c1be32f882293c0e
mmc: sdhci-pic32: Drop the use of sdhci_pltfm_free()

Since the devm_mmc_alloc_host() helper is already in use,
sdhci_pltfm_free() is no longer needed.

Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Link: https://lore.kernel.org/r/e6f16e97f8b82ffa71b8ad34e32e42ab240734e5.1749127796.git.zhoubinbin@loongson.cn
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pic32.c