Re: [PATCH v2 6/8] Input: synaptics-rmi4: Remove unneeded variable

2016-07-05 Thread Nick Dyer
On 25/06/2016 01:19, Andrew Duggan wrote: > Remove the data_base_addr_offset variable in rmi_f11_attention(). The > f11 data is read as a single block so there is no need to store an offset > to the data address. > > Signed-off-by: Andrew Duggan Reviewed-by: Nick Dyer

Re: [PATCH v2 6/8] Input: synaptics-rmi4: Remove unneeded variable

2016-07-05 Thread Nick Dyer
On 25/06/2016 01:19, Andrew Duggan wrote: > Remove the data_base_addr_offset variable in rmi_f11_attention(). The > f11 data is read as a single block so there is no need to store an offset > to the data address. > > Signed-off-by: Andrew Duggan Reviewed-by: Nick Dyer > --- >

[PATCH v2 6/8] Input: synaptics-rmi4: Remove unneeded variable

2016-06-24 Thread Andrew Duggan
Remove the data_base_addr_offset variable in rmi_f11_attention(). The f11 data is read as a single block so there is no need to store an offset to the data address. Signed-off-by: Andrew Duggan --- drivers/input/rmi4/rmi_f11.c | 5 + 1 file changed, 1 insertion(+), 4

[PATCH v2 6/8] Input: synaptics-rmi4: Remove unneeded variable

2016-06-24 Thread Andrew Duggan
Remove the data_base_addr_offset variable in rmi_f11_attention(). The f11 data is read as a single block so there is no need to store an offset to the data address. Signed-off-by: Andrew Duggan --- drivers/input/rmi4/rmi_f11.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff