]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: vt6655: delete explicit comparison to bool
authorTeodora Baluta <teobaluta@gmail.com>
Mon, 11 Nov 2013 17:27:07 +0000 (19:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Nov 2013 23:46:28 +0000 (15:46 -0800)
commit2b0c2a48b62d57213fee4e780c28f06d066f1f71
tree028b9c946688102aa63c0a2927d1d437543861b8
parenta777289800a3b767cec3f5974b784e0e0a61c68e
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 <teobaluta@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/bssdb.c