From: Christophe Vu-Brugier Date: Fri, 6 Jun 2014 15:15:16 +0000 (+0200) Subject: target: cleanup some boolean tests X-Git-Tag: omap-for-v3.16/fixes-against-rc1~26^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcc297e2b45c12baf735e1dc1f163e71ea55e16;p=pandora-kernel.git target: cleanup some boolean tests Convert "x == true" to "x" and "x == false" to "!x". Signed-off-by: Christophe Vu-Brugier Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed