Re: [PATCH 1/2] dmaengine: fsl-edma: Add lockdep assert for exported function
From: Vinod Koul <vkoul@kernel.org>
Date: 2020-06-24 07:37:13
Also in:
lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2020-06-24 07:37:13
Also in:
lkml
On 11-06-20, 14:17, Krzysztof Kozlowski wrote:
Add lockdep assert for an exported function expected to be called under spin lock. Since this function is called in different modules, the lockdep assert will be self-documenting note about need for locking.
Applied all to fixes, thanks -- ~Vinod