Re: [PATCH 09/11] Input: synaptics-rmi4 - f11: clean up rmi_f11_finger_handler

2015-07-02 Thread Andrew Duggan
On 06/23/2015 12:17 PM, Benjamin Tissoires wrote: abs_bit and rel_bits should not be computed at each iteration of the for loop. finger_press_count is unused. Break out rmi_f11_parse_finger_state in its own function. Signed-off-by: Benjamin Tissoires --- Reviewed-by: Andrew Duggan driver

[PATCH 09/11] Input: synaptics-rmi4 - f11: clean up rmi_f11_finger_handler

2015-06-23 Thread Benjamin Tissoires
abs_bit and rel_bits should not be computed at each iteration of the for loop. finger_press_count is unused. Break out rmi_f11_parse_finger_state in its own function. Signed-off-by: Benjamin Tissoires --- drivers/input/rmi4/rmi_f11.c | 33 + 1 file changed, 13 ins