]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: em: use devm_platform_ioremap_resource()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 2 Oct 2019 16:33:48 +0000 (18:33 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 9 Oct 2019 16:19:58 +0000 (18:19 +0200)
commit94bfcbf0368b61403c33477e404eb16299b7423d
treec7413eaf7f27a3a23a549ecaa3e79bc66566d307
parentf63516f4d6445ec23d0b7c286c5ff0064bdbe46b
gpio: em: use devm_platform_ioremap_resource()

There's no need to use the nocache variant of ioremap(). Switch to
using devm_platform_ioremap_resource().

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/gpio/gpio-em.c