Merge branch 'clean-up-the-fec-driver'
authorJakub Kicinski <kuba@kernel.org>
Thu, 20 Jul 2023 03:59:20 +0000 (20:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Jul 2023 03:59:20 +0000 (20:59 -0700)
commit5dd2b6faaab2fcae2ac1e8591f3e235709b80fa2
tree27685c1a130dd698a3be9d3184a74425da15f361
parent51318bf443955b083d12ab7d7a168e18ea6e14da
parent636a5e88233a1a95dcb368d340fd04658d548d5f
Merge branch 'clean-up-the-fec-driver'

Wei Fang says:

====================
clean up the FEC driver

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.
====================

Link: https://lore.kernel.org/r/20230718090928.2654347-1-wei.fang@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>