From: Mauro Carvalho Chehab Date: Wed, 3 Sep 2014 18:46:32 +0000 (-0300) Subject: [media] omap: simplify test logic X-Git-Tag: omap-for-v3.19/prcm-cleanup~127^2^2~254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=160ac0babc0d8c382bdf32db238bf16a3d3fa0a5;p=pandora-kernel.git [media] omap: simplify test logic instead of testing bools if they are false or true, just use if (!foo) or if (foo). That makes the code easier to read and shorter. Also, properly initialize booleans with true or false. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed