]> git.baikalelectronics.ru Git - kernel.git/commit
net/fsl: Remove leftover definition in xgmac_mdio
authorMarkus Koch <markus@notsyncing.net>
Sun, 2 Jan 2022 16:54:08 +0000 (17:54 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Jan 2022 18:43:42 +0000 (18:43 +0000)
commit6768755684214e99684ab29facfd1c0d03cf99ec
treec57ab68c1e1000759b24634db5a6fb85bc3e361b
parentfc497b3b96fe1a141db81d7c011a3319ff60aaaa
net/fsl: Remove leftover definition in xgmac_mdio

commit c740435d4913 ("net/fsl: fix a bug in xgmac_mdio") fixed a bug in
the QorIQ mdio driver but left the (now unused) incorrect bit definition
for MDIO_DATA_BSY in the code. This commit removes it.

Signed-off-by: Markus Koch <markus@notsyncing.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/xgmac_mdio.c