Re: [PATCH] dmaengine: ppc4xx: Make use of the helper macro LIST_HEAD()

From: Vinod Koul
Date: Fri Mar 11 2022 - 05:09:27 EST


On 09-02-22, 11:22, Cai Huoqing wrote:
> Replace "struct list_head head = LIST_HEAD_INIT(head)" with
> "LIST_HEAD(head)" to simplify the code.

Applied, thanks

--
~Vinod