Re: [PATCH 2/4] input:touchscreen:ad7879-spi.c: Remove bits_per_word = 16 enforcement

2017-02-23 Thread Dmitry Torokhov
On Wed, Feb 22, 2017 at 05:14:36PM +0100, michael.henner...@analog.com wrote: > From: Michael Hennerich > > Using regmap this is no longer required. > > Signed-off-by: Michael Hennerich This gave me warnings about unused "err" variable, I removed it and applied, thank you. > --- > drivers/in

[PATCH 2/4] input:touchscreen:ad7879-spi.c: Remove bits_per_word = 16 enforcement

2017-02-22 Thread michael.hennerich
From: Michael Hennerich Using regmap this is no longer required. Signed-off-by: Michael Hennerich --- drivers/input/touchscreen/ad7879-spi.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/input/touchscreen/ad7879-spi.c b/drivers/input/touchscreen/ad7879-spi.c index b995891.