From 138d876e30353da34495e463d20c9bd7c0fd4ba0 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Tue, 18 Mar 2014 10:58:33 +0100 Subject: [PATCH] gpio: iop: fix devm_ioremap_resource() return value checking devm_ioremap_resource() returns a pointer to the remapped memory or an ERR_PTR() encoded error code on failure. Fix the check inside iop3xx_gpio_probe() accordingly. Cc: Lennert Buytenhek Cc: Mikael Pettersson Cc: Aaro Koskinen Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Alexandre Courbot Acked-by: Dan Williams Signed-off-by: Linus Walleij --- Reading git-format-patch failed