]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mmc: sdhci-acpi: Drop the use of sdhci_free_host()
authorBinbin Zhou <zhoubinbin@loongson.cn>
Sat, 7 Jun 2025 07:35:06 +0000 (15:35 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Jun 2025 10:43:24 +0000 (12:43 +0200)
commitcb815f9a2d5c1eefd8137972e5b3c3407a2e0d8e
tree4bbcf42d74ad0b303d378c96cd7a3ec2c6b67b79
parentf6fce1182bb095ed5f9d60d39d05435e19aa19f2
mmc: sdhci-acpi: Drop the use of sdhci_free_host()

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

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