From: Teodora Baluta Date: Mon, 11 Nov 2013 17:27:07 +0000 (+0200) Subject: staging: vt6655: delete explicit comparison to bool X-Git-Tag: v3.14-rc1~150^2~775^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0c2a48b62d57213fee4e780c28f06d066f1f71;p=pandora-kernel.git staging: vt6655: delete explicit comparison to bool This patch fixes all bool tests by deleting the comparison. Most of these were detected using coccinelle and silence the following type of coccinelle warnings for drivers/staging/vt6655/bssdb.c file: WARNING: Comparison to bool Signed-off-by: Teodora Baluta Reviewed-by: Peter P Waskiewicz Jr Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed