]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: grgpio: Use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 17 Jun 2019 16:49:18 +0000 (18:49 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 27 Jun 2019 14:56:51 +0000 (15:56 +0100)
commit851e09c5ad0cbc9c6fcdec5e8b3bec36450def57
treeb5d100a0be6becdd50e45d2a87c5ea0cc1dd9376
parent62a04c29010d7dfa64219f6da954bdc407b0ae34
gpio: grgpio: 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-grgpio.c