OSDN Git Service

mmc: sdhci-brcmstb: Use devm_platform_get_and_ioremap_resource()
authorYe Xingchen <ye.xingchen@zte.com.cn>
Fri, 10 Feb 2023 08:28:32 +0000 (16:28 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 15 Feb 2023 12:24:03 +0000 (13:24 +0100)
commit08623d741e94dc9ca033ecb8d04312960a105377
treef4913f55af4ac9f76760de83ad9d25b559ee13e2
parentcfd4ea4815d16f7426723a5cb80ee5db811ea1f2
mmc: sdhci-brcmstb: Use devm_platform_get_and_ioremap_resource()

Convert platform_get_resource(), devm_ioremap_resource() to a single
call to devm_platform_get_and_ioremap_resource(), as this is exactly
what this function does.

Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/202302101628321403257@zte.com.cn
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-brcmstb.c