mmc: sdhci-acpi: Use devm_platform_ioremap_resource()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 1 Nov 2024 10:11:34 +0000 (12:11 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 18 Dec 2024 14:42:35 +0000 (15:42 +0100)
commitecfe4926dcdc68e9dde8150df583703b32bc9833
treecbd7eb42e904b8542e82ff87808c6b57d4d000e8
parent88e3008424d3882af1d8e56a43373bb1f2d14714
mmc: sdhci-acpi: Use devm_platform_ioremap_resource()

The struct resource is not used for anything else, so we can simplify
the code a bit by using the helper function.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Message-ID: <20241101101441.3518612-5-andriy.shevchenko@linux.intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-acpi.c