Re: [PATCH 4/5] iio: stmpe-adc: Use wait_for_completion_timeout

2019-05-13 Thread Philippe Schenker
On Sat, 2019-05-11 at 11:15 +0100, Jonathan Cameron wrote: > On Tue, 7 May 2019 16:36:14 +0200 > Philippe Schenker wrote: > > > From: Philippe Schenker > > > > Use wait_for_completion_timeout instead of > > wait_for_completion_interuptible_timeout. > > > > The interruptible variant gets

Re: [PATCH 4/5] iio: stmpe-adc: Use wait_for_completion_timeout

2019-05-11 Thread Jonathan Cameron
On Tue, 7 May 2019 16:36:14 +0200 Philippe Schenker wrote: > From: Philippe Schenker > > Use wait_for_completion_timeout instead of > wait_for_completion_interuptible_timeout. > > The interruptible variant gets constantly interrupted if a user > program is compiled with the -pg option. > The

[PATCH 4/5] iio: stmpe-adc: Use wait_for_completion_timeout

2019-05-07 Thread Philippe Schenker
From: Philippe Schenker Use wait_for_completion_timeout instead of wait_for_completion_interuptible_timeout. The interruptible variant gets constantly interrupted if a user program is compiled with the -pg option. The killable variant was not used due to the fact that a second program, reading