Re: [PATCH] dmaengine: Remove a useless mutex

From: Vinod Koul
Date: Mon Apr 11 2022 - 10:23:06 EST


On 06-02-22, 10:47, Christophe JAILLET wrote:
> According to lib/idr.c,
> The IDA handles its own locking. It is safe to call any of the IDA
> functions without synchronisation in your code.
>
> so the 'chan_mutex' mutex can just be removed.
> It is here only to protect some ida_alloc()/ida_free() calls.

Applied, thanks

--
~Vinod