Re: [PATCH] eth: nfp: remove __get_unaligned_cpu32 from netronome drivers

From: Simon Horman
Date: Mon Apr 07 2025 - 11:55:26 EST


On Mon, Apr 07, 2025 at 10:33:06AM +0200, Julian Vetter wrote:
> The __get_unaligned_cpu32 function is deprecated. So, replace it with
> the more generic get_unaligned and just cast the input parameter.
>
> Signed-off-by: Julian Vetter <julian@xxxxxxxxxxxxxxxx>

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>