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

From: Simon Horman
Date: Wed Jul 19 2023 - 16:45:33 EST


On Tue, Jul 18, 2023 at 05:09:25PM +0800, Wei Fang wrote:
> 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

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>