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:
541b03a
)
fsl_ssi: fix of_property_read_u32_array return value check
author
Maciej S. Szmigiero
<mail@maciej.szmigiero.name>
Wed, 4 Mar 2015 21:48:30 +0000
(22:48 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 5 Mar 2015 01:01:12 +0000
(
01:01
+0000)
of_property_read_u32_array returns 0 on success,
so the return value shouldn't be inverted twice,
first on assignment then in condition expression.
Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name>
Signed-off-by: Mark Brown <broonie@kernel.org>
No differences found