From: Russell King Date: Wed, 13 Mar 2013 20:49:10 +0000 (+0000) Subject: ARM: IMX: remove unnecessary use of IS_ERR_VALUE() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~51^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d98642c3eebddac508ed0dcd9ae3951126ef1501;p=pandora-kernel.git ARM: IMX: remove unnecessary use of IS_ERR_VALUE() device_register() returns -ve values for errors, and zero for success. There's no need to obfuscate the code with IS_ERR_VALUE(). Signed-off-by: Russell King --- Reading git-diff-tree failed