From: Mauro Carvalho Chehab Date: Wed, 3 Sep 2014 19:19:29 +0000 (-0300) Subject: [media] msi2500: simplify boolean tests X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7b8c0227ef18b29256e063d788e206c1466ac2;p=pandora-kernel.git [media] msi2500: simplify boolean tests Instead of using if (foo == false), just use if (!foo). That allows a faster mental parsing when analyzing the code. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed