staging: vt6655: fix comparison of bool to 0/1
authorTeodora Baluta <teobaluta@gmail.com>
Sun, 10 Nov 2013 15:12:44 +0000 (17:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 19:15:08 +0000 (11:15 -0800)
commit649520bbc51a06955b8563906b17e957e972926d
treeffc5d0d569aebff8fa2e8ab75f4edb39e6ef5b59
parent0fd682f644d5773c0107838f5316db3361332a19
staging: vt6655: fix comparison of bool to 0/1

This patch corrects comparison of bool to 0/1 for file
drivers/staging/vt6655/rxtx.c. The following type of coccinelle detected
warnings are silenced:

WARNING: Comparison of bool to 0/1

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/rxtx.c