Re: [PATCH v3 1/4] staging: vchiq_2835_arm: revert "quit using custom down_interruptible()"

2019-05-15 Thread Stefan Wahren
On 09.05.19 16:31, Nicolas Saenz Julienne wrote: > The killable version of down() 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

[PATCH v3 1/4] staging: vchiq_2835_arm: revert "quit using custom down_interruptible()"

2019-05-09 Thread Nicolas Saenz Julienne
The killable version of down() 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: ff5979ad8636