From: Teodora Baluta Date: Sun, 10 Nov 2013 15:12:43 +0000 (+0200) Subject: staging: vt6655: fix assignment of bool to 0 X-Git-Tag: v3.14-rc1~150^2~775^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd682f644d5773c0107838f5316db3361332a19;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed