[PATCH] crypto: amlogic - Save a few bytes of memory

Martin Blumenstingl martin.blumenstingl at googlemail.com
Tue Nov 22 14:02:14 PST 2022


On Tue, Nov 22, 2022 at 10:57 PM Christophe JAILLET
<christophe.jaillet at wanadoo.fr> wrote:
>
> There is no real point in allocating dedicated memory for the irqs array.
> MAXFLOW is only 2, so it is easier to allocated the needed space
> directly within the 'meson_dev' structure.
>
> This saves some memory allocation and avoids an indirection when using the
> irqs array.
..and it even fixes a missing devm_kcalloc error check

Personally I prefer this approach over a patch that was sent earlier today: [0]
Corentin, Christophe, what do you think?


Best regards,
Martin


[0] https://lore.kernel.org/linux-crypto/0df30bbf-3b7e-ed20-e316-41192bf3cc2b@linaro.org/T/#m6a45b44206c282f106d379b01d19027823c5d79b



More information about the linux-amlogic mailing list