From: Mauro Carvalho Chehab Date: Wed, 3 Sep 2014 18:25:39 +0000 (-0300) Subject: [media] af9013: use true/false for boolean vars X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~270 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe15e201375ced4f2d1e9504f6ea19f6ffcae18;p=pandora-kernel.git [media] af9013: use true/false for boolean vars Instead of using 0 or 1 for boolean, use the true/false defines. Also, instead of testing foo == false, just use the simplified notation if(!foo). Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed