Re: [PATCH] dmaengine: mcf-edma: Use struct_size()

From: Vinod Koul
Date: Mon Aug 21 2023 - 09:52:09 EST



On Sat, 06 May 2023 18:22:06 +0200, Christophe JAILLET wrote:
> Use struct_size() instead of hand writing it.
> This is less verbose and more informative.
>
> 'mcf_chan' is now unused and can be removed. In fact, it is shadowed by
> another variable in the 'for' loop below. Keep this one.
>
>
> [...]

Applied, thanks!

[1/1] dmaengine: mcf-edma: Use struct_size()
commit: 923b138388928ade722cba86c55145f3dfac1cab

Best regards,
--
~Vinod