git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c48cd65
)
ARM: IMX: remove unnecessary use of IS_ERR_VALUE()
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 13 Mar 2013 20:49:10 +0000
(20:49 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 2 May 2013 18:54:24 +0000
(19:54 +0100)
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 <rmk+kernel@arm.linux.org.uk>
No differences found