From e002273b37821941623d231b5c7346778b486c9b Mon Sep 17 00:00:00 2001 From: Shailendra Verma Date: Tue, 26 May 2015 14:08:37 -0700 Subject: [PATCH] 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-format-patch failed