]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers: gpio: clps711x: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:54:46 +0000 (19:54 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:26 +0000 (00:04 +0700)
commit09ec4735921498e9f3e368e079367225d74ab8a6
treeef006f73190c4d1dbc6c7cc7bba5ab98cae97ea3
parentb2c09588f242b1414f4c7535f2bc390e66794743
drivers: gpio: clps711x: use devm_platform_ioremap_resource()

Use the new helper that wraps the calls to platform_get_resource()
and devm_ioremap_resource() together.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-clps711x.c