Re: [PATCH] net: phy: dp83867: Remove unnecessary (void*) conversions

From: Leon Romanovsky
Date: Mon Apr 24 2023 - 07:15:00 EST


On Mon, Apr 24, 2023 at 06:15:50PM +0800, wuych wrote:
> Pointer variables of void * type do not require type cast.
>
> Signed-off-by: wuych <yunchuan@xxxxxxxxxxxx>
> ---
> drivers/net/phy/dp83867.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>

Thanks,
Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>