From: Maciej S. Szmigiero Date: Wed, 4 Mar 2015 21:48:30 +0000 (+0100) Subject: fsl_ssi: fix of_property_read_u32_array return value check X-Git-Tag: omap-for-v4.2/o2_dc~297^2^2~1^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90aff15b3e0858eaefdcd390e64849542845d489;p=pandora-kernel.git fsl_ssi: fix of_property_read_u32_array return value check 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed