]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: gpio: vf610: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:55:16 +0000 (19:55 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:28 +0000 (00:04 +0700)
commita603dd4e9e3975fadae120799a7b96ba835a5fc5
tree5d17b33255342450180975e8b0c74756ef7354d9
parentece9cfdcb439d0c1af375e8ea84fcbb5db929cee
drivers: gpio: vf610: 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-vf610.c