]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vchiq: make wait events interruptible
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Thu, 9 May 2019 14:31:35 +0000 (16:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2019 05:40:42 +0000 (07:40 +0200)
commitb076c2318f2aed0bbfe6f5978181ca92d72a9ab0
treed7ef2f3cf0b20db87cb8b4669e7044d485ab7a4f
parentfeb00af19e618d7e781012a6b54b2221e5e21024
staging: vchiq: make wait events interruptible

The killable version of wait_event() 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. Wait events in VCHIQ doesn't
fit this criteria, as it's mainly used as an interface to V4L2 and ALSA
devices.

Fixes: 66f02dceef41 ("staging: vchiq: rework remove_event handling")
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>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c