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