From: Shailendra Verma Date: Tue, 26 May 2015 21:08:37 +0000 (-0700) Subject: Input: synaptics_i2c - use proper boolean values X-Git-Tag: omap-for-v4.2/fixes-rc1^2~130^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e002273b37821941623d231b5c7346778b486c9b;p=pandora-kernel.git Input: synaptics_i2c - use proper boolean values The variable no_decel is bool type so assigning "true" instead of "1". Also, synaptics_i2c_get_input() has bool return type, so let's use "false" there. Signed-off-by: Shailendra Verma Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed