Skip to content

Commit 1ef5e1d

Browse files
m42ukodavem330
authored andcommitted
net/fsl: Remove leftover definition in xgmac_mdio
commit 26eee02 ("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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 29262e1 commit 1ef5e1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/freescale/xgmac_mdio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ struct tgec_mdio_controller {
4747
#define MDIO_CTL_READ BIT(15)
4848

4949
#define MDIO_DATA(x) (x & 0xffff)
50-
#define MDIO_DATA_BSY BIT(31)
5150

5251
struct mdio_fsl_priv {
5352
struct tgec_mdio_controller __iomem *mdio_base;

0 commit comments

Comments
 (0)