Re: [PATCH 1/3] iio: stmpe-adc: Remove unnecessary assignment

2019-05-05 Thread Jonathan Cameron
On Fri, 3 May 2019 15:57:23 +0200 Philippe Schenker wrote: > From: Philippe Schenker > > Remove unnecessary assignment. This could potentially cause an issue, if > the wait function runs into a timeout. Furthermore is this assignment also > not there in stmpe_read_temp() > > Signed-off-by:

[PATCH 1/3] iio: stmpe-adc: Remove unnecessary assignment

2019-05-03 Thread Philippe Schenker
From: Philippe Schenker Remove unnecessary assignment. This could potentially cause an issue, if the wait function runs into a timeout. Furthermore is this assignment also not there in stmpe_read_temp() Signed-off-by: Philippe Schenker --- drivers/iio/adc/stmpe-adc.c | 2 -- 1 file changed,