Loading
ARM: EXYNOS: remove unnecessary use of IS_ERR_VALUE()
s5p_register_gpio_interrupt() returns 0 or positive for success, and
-ve for errors, so just use the standard >= 0 test.
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
s5p_register_gpio_interrupt() returns 0 or positive for success, and
-ve for errors, so just use the standard >= 0 test.
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>