From 717f70e39a98867751f6a3eb94cc281f3da32685 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Wed, 12 Feb 2014 11:51:38 +0900 Subject: [PATCH] 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 Reviewed-by: Alexandre Courbot Acked-by: Kevin Hilman Acked-by: Santosh Shilimkar Signed-off-by: Linus Walleij --- Reading git-format-patch failed