summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>2019-05-09 16:31:34 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-20 07:40:42 +0200
commit086efbabdc04563268372aaef4d66039d85ee76c (patch)
tree4c73ef60c74b113b1493548069aa6d2d0a6d7932 /usr
parent061ca1401f96c254e7f179bf97a1fc5c7f47e1e1 (diff)
staging: vchiq: revert "switch to wait_for_completion_killable"
The killable version of wait_for_completion() is meant to be used on situations where it should not fail at all costs, but still have the convenience of being able to kill it if really necessary. VCHIQ doesn't fit this criteria, as it's mainly used as an interface to V4L2 and ALSA devices. Fixes: a772f116702e ("staging: vchiq: switch to wait_for_completion_killable") Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions