OSDN Git Service

mmc: bcm2835: Use devm_platform_ioremap_resource wrapper
authorSaiyam Doshi <saiyamdoshi.in@gmail.com>
Wed, 18 Sep 2019 18:02:53 +0000 (23:32 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 13 Nov 2019 15:10:16 +0000 (16:10 +0100)
commitd67da5c90547f93f2e845143c2ca8ebcfd570d37
tree7b1e7421cd5ea4500393eb54d6b86782c5135b1b
parent7a7dab237027939cb95dc07c4647b80bad5fbbde
mmc: bcm2835: Use devm_platform_ioremap_resource wrapper

Use devm_platform_ioremap_resource helper which wraps
platform_get_resource() and devm_ioremap_resource() together.

Generated by: scripts/coccinelle/api/devm_platform_ioremap_resource.cocci.

More information about semantic patching is available at
http://coccinelle.lip6.fr/

Signed-off-by: Saiyam Doshi <saiyamdoshi.in@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/bcm2835.c