[PATCH net-next 0/3] clean up the FEC driver

From: Wei Fang
Date: Tue Jul 18 2023 - 05:16:21 EST


When reading the codes of the FEC driver recently, I found there are
some redundant or invalid codes, these codes make the FEC driver a
bit messy and not concise, so this patch set has cleaned up the FEC
driver. At present, I only found these, but I believe these are not
all, I will continue to clean up the FEC driver in the future.

Wei Fang (3):
net: fec: remove the remaining code of rx copybreak
net: fec: remove fec_set_mac_address() from fec_enet_init()
net: fec: remove unused members from struct fec_enet_private

drivers/net/ethernet/freescale/fec.h | 5 ---
drivers/net/ethernet/freescale/fec_main.c | 46 -----------------------
2 files changed, 51 deletions(-)

--
2.25.1