[PATCH net-next 3/6] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops

2024-08-28 Thread Maxime Chevallier
There's no in-tree user for the fs_ops .adjust_link() function, so we can always use the generic one in fe_enet-main. Signed-off-by: Maxime Chevallier --- drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c | 7 +-- drivers/net/ethernet/freescale/fs_enet/fs_enet.h | 1 - 2 files chang

Re: [PATCH net-next 3/6] net: ethernet: fs_enet: drop the .adjust_link custom fs_ops

2024-08-28 Thread Christophe Leroy
Le 28/08/2024 à 11:50, Maxime Chevallier a écrit : There's no in-tree user for the fs_ops .adjust_link() function, so we can always use the generic one in fe_enet-main. Signed-off-by: Maxime Chevallier Reviewed-by: Christophe Leroy --- drivers/net/ethernet/freescale/fs_enet/fs_enet-ma