From: Russell King Date: Wed, 13 Mar 2013 20:50:02 +0000 (+0000) Subject: ARM: EXYNOS: remove unnecessary use of IS_ERR_VALUE() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~51^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008ca431822f39a023322b3598d8366faf46cfc1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed