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