]> 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)
commit57dcc91aee2172874287c30d5f4b0c1da00073dd
treec57ab68c1e1000759b24634db5a6fb85bc3e361b
parent082a670be25c8fd8dc7c5f9f1facbfd2f17b865f
net/fsl: Remove leftover definition in xgmac_mdio

commit a4d206002734 ("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