Re: [PATCH] staging: vchiq: rework remove_event handling

From: Dan Carpenter
Date: Tue Dec 11 2018 - 05:08:17 EST


On Mon, Dec 10, 2018 at 10:11:58PM +0100, Arnd Bergmann wrote:
> Note that I'm changing it back to 'killable' after the previous patch
> changed 'killable' to 'interruptible', apparently based on a misunderstanding
> of the subtle down_interruptible() macro override in vchiq_killable.h.

Oh wow... The non standard down_interruptible() macro is ugly.

regards,
dan carpenter