]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
drivers: gpio: stp-xway: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:55:10 +0000 (19:55 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:27 +0000 (00:04 +0700)
commit6ba7c53b799d2cfbd18d5cc63bc12fb95550ca02
treeec091f8a8faf5af3b62cd20945625f6aef795390
parentc68a520f6a05eef09fb64784625f38b6caf1c93c
drivers: gpio: stp-xway: 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-stp-xway.c