From: Mauro Carvalho Chehab Date: Wed, 3 Sep 2014 18:39:01 +0000 (-0300) Subject: [media] lm3560: simplify a boolean test X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~255 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b21e2187adea385d9de53c8c861d9f56ea5bebe;p=pandora-kernel.git [media] lm3560: simplify a boolean test lml33dpatch is boolean. So, the possible values are true or false. Instead of using if (lml33dpath), just use if (!lml33dpath). That allows a faster mental parsing when analyzing the code. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed