Re: [PATCH 04/14] dmaengine: sh: drop double zeroing
From: Vinod Koul <vkoul@kernel.org>
Date: 2020-10-05 04:48:27
Also in:
kernel-janitors, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2020-10-05 04:48:27
Also in:
kernel-janitors, lkml
On 20-09-20, 13:26, Julia Lawall wrote:
sg_init_table zeroes its first argument, so the allocation of that argument doesn't have to. the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/)
Applied, thanks -- ~Vinod