Re: [PATCH v2 -next] dma: idxd: use DEFINE_MUTEX() for mutex lock
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-01-06 06:27:08
Also in:
lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-01-06 06:27:08
Also in:
lkml
On 24-12-20, 21:22, Zheng Yongjun wrote:
mutex lock can be initialized automatically with DEFINE_MUTEX() rather than explicitly calling mutex_init().
Applied, thanks -- ~Vinod