Tag: 2b0c2a48b62d57213fee4e780c28f06d066f1f71

staging: vt6655: delete explicit comparison to bool

Author: Teodora Baluta <teobaluta@gmail.com> 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 — drivers/staging/vt6655/bssdb.c | 50 ++++++++++++++++++++———————- 1 file changed, …

Continue reading