diff options
author | Philippe Schenker <philippe.schenker@toradex.com> | 2019-05-07 16:36:14 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2020-04-15 01:24:39 +0200 |
commit | 754f18152b7c4a7b85b121c90e259bd2598d0892 (patch) | |
tree | 9e3ff59f955804a735af8787824030f040187482 /fs | |
parent | bd8067b0cc4d8bb336124f76cfffcbdc551d9237 (diff) |
iio: stmpe-adc: Use wait_for_completion_timeout
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 on this device, that gets killed is then also killing
that wait.
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
(cherry picked from commit e813dde6f83343012239a44e433eacc22de1079c)
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions