Re: [PATCH] ARM: crypto: fix function cast warnings

From: Arnd Bergmann
Date: Tue Feb 13 2024 - 08:50:51 EST


On Tue, Feb 13, 2024, at 13:09, Herbert Xu wrote:
> On Tue, Feb 13, 2024 at 11:13:44AM +0100, Arnd Bergmann wrote:
>>
>> Rework the sha256/sha512 code to instead go through a trivial helper
>> function to preserve the calling conventions.
>
> Why not just change the assembly function prototype?

Good idea, sent v2 now.

Arnd