]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: gpio: 74xx-mmio: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:54:40 +0000 (19:54 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:25 +0000 (00:04 +0700)
commit06e6066237ee865b4172cc51aacef924df88276e
treed76541170694ba70e29fa21dff529740fb20baa5
parent218e0b7aa5addef5c9abea344a6fbcbd2e746fc2
drivers: gpio: 74xx-mmio: 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-74xx-mmio.c