From: Mauro Carvalho Chehab Date: Wed, 3 Sep 2014 19:04:59 +0000 (-0300) Subject: [media] e4000: simplify boolean tests X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04557a20be0ff3733eca454abdd1bd4c5ebc3f2;p=pandora-kernel.git [media] e4000: 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