RE: [PATCH net-next v3 28/47] net: fman: Remove internal_phy_node from params

From: Camelia Alexandra Groza
Date: Thu Jul 21 2022 - 09:04:22 EST


> -----Original Message-----
> From: Sean Anderson <sean.anderson@xxxxxxxx>
> Sent: Saturday, July 16, 2022 1:00
> To: David S . Miller <davem@xxxxxxxxxxxxx>; Jakub Kicinski
> <kuba@xxxxxxxxxx>; Madalin Bucur <madalin.bucur@xxxxxxx>;
> netdev@xxxxxxxxxxxxxxx
> Cc: Paolo Abeni <pabeni@xxxxxxxxxx>; Eric Dumazet
> <edumazet@xxxxxxxxxx>; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; Russell
> King <linux@xxxxxxxxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx; Sean Anderson
> <sean.anderson@xxxxxxxx>
> Subject: [PATCH net-next v3 28/47] net: fman: Remove internal_phy_node
> from params
>
> This member was used to pass the phy node between mac_probe and the
> mac-specific initialization function. But now that the phy node is
> gotten in the initialization function, this parameter does not serve a
> purpose. Remove it, and do the grabbing of the node/grabbing of the phy
> in the same place.
>
> Signed-off-by: Sean Anderson <sean.anderson@xxxxxxxx>

Acked-by: Camelia Groza <camelia.groza@xxxxxxx>