From: Tapasweni Pathak Date: Wed, 22 Oct 2014 05:53:57 +0000 (+0530) Subject: staging: android: Assign bool to true X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1044 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17fbab1ee9a3e5d2a070450a0c76a3434278bc96;p=pandora-kernel.git staging: android: Assign bool to true high is a bool type variable. bool variable should be assigned true, false not 1 or 0. This patch assigns high to true, replacing 1. Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed