commit | d67da5c90547f93f2e845143c2ca8ebcfd570d37 | [log] [tgz] |
---|---|---|
author | Saiyam Doshi <saiyamdoshi.in@gmail.com> | Wed Sep 18 23:32:53 2019 +0530 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Nov 13 16:10:16 2019 +0100 |
tree | 7b1e7421cd5ea4500393eb54d6b86782c5135b1b | |
parent | 7a7dab237027939cb95dc07c4647b80bad5fbbde [diff] |
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>