Re: [PATCH 3/4] Input: synaptics-rmi4 - fix I2C functionality check

2014-01-10 Thread Christopher Heiny
On 01/09/2014 11:44 PM, Dmitry Torokhov wrote: When adapter does not support required functionality (I2C_FUNC_I2C) we were returning 0 to the upper layers, making them believe that device bound successfully. Acked-by: Christopher Heiny Signed-off-by: Dmitry Torokhov --- drivers/input/rmi

[PATCH 3/4] Input: synaptics-rmi4 - fix I2C functionality check

2014-01-09 Thread Dmitry Torokhov
When adapter does not support required functionality (I2C_FUNC_I2C) we were returning 0 to the upper layers, making them believe that device bound successfully. Signed-off-by: Dmitry Torokhov --- drivers/input/rmi4/rmi_i2c.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --