]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
gpio: omap: Use devm_ioremap_resource()
authorJingoo Han <jg1.han@samsung.com>
Wed, 12 Feb 2014 02:51:38 +0000 (11:51 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 24 Feb 2014 13:44:43 +0000 (14:44 +0100)
commit717f70e39a98867751f6a3eb94cc281f3da32685
tree557125cfe41724773950341d32b5e182b0b8f6ff
parent09bafc30b6fea0b374ac4ff0b8e923c07f5cda78
gpio: omap: Use devm_ioremap_resource()

Use devm_ioremap_resource() in order to make the code simpler,
and remove redundant return value check of platform_get_resource()
because the value is checked by devm_ioremap_resource().

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Kevin Hilman <khilman@linaro.org>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-omap.c