staging: vt6655: fix assignment of bool to 0
authorTeodora Baluta <teobaluta@gmail.com>
Sun, 10 Nov 2013 15:12:43 +0000 (17:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 19:15:08 +0000 (11:15 -0800)
commit0fd682f644d5773c0107838f5316db3361332a19
treeb43da5f71a2d6092fa4492cf7088f9a1c27ec8a0
parent1208f14a37fde2669b86bf1b1cd1122ad2ba3579
staging: vt6655: fix assignment of bool to 0

This patch fixes the following warnings detected using coccinelle for
drivers/staging/wmgr.c file:

drivers/staging/vt6655/wmgr.c:2335:1-22: WARNING: Assignment of bool to 0/1
drivers/staging/vt6655/wmgr.c:2338:1-27: WARNING: Assignment 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/wmgr.c