Re: [PATCH net-next v4 07/12] net: stmmac: Remove some unnecessary void pointers

From: Jesse Brandeburg
Date: Tue Apr 11 2023 - 19:42:21 EST


On 4/11/2023 1:04 PM, Andrew Halaney wrote:
> There's a few spots in the hardware interface where a void pointer is
> used, but what's passed in and later cast out is always the same type.
>
> Just use the proper type directly.
>
> Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>
> Signed-off-by: Andrew Halaney <ahalaney@xxxxxxxxxx>

Much better!

Reviewed-by: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx>