netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/fsl: Remove leftover definition in xgmac_mdio
@ 2022-01-02 16:54 Markus Koch
  2022-01-03 10:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Koch @ 2022-01-02 16:54 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, Markus Koch

commit 26eee0210ad7 ("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>
---
 drivers/net/ethernet/freescale/xgmac_mdio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/freescale/xgmac_mdio.c b/drivers/net/ethernet/freescale/xgmac_mdio.c
index 0b68852379da..5b8b9bcf41a2 100644
--- a/drivers/net/ethernet/freescale/xgmac_mdio.c
+++ b/drivers/net/ethernet/freescale/xgmac_mdio.c
@@ -47,7 +47,6 @@ struct tgec_mdio_controller {
 #define MDIO_CTL_READ		BIT(15)
 
 #define MDIO_DATA(x)		(x & 0xffff)
-#define MDIO_DATA_BSY		BIT(31)
 
 struct mdio_fsl_priv {
 	struct	tgec_mdio_controller __iomem *mdio_base;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net/fsl: Remove leftover definition in xgmac_mdio
  2022-01-02 16:54 [PATCH] net/fsl: Remove leftover definition in xgmac_mdio Markus Koch
@ 2022-01-03 10:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-01-03 10:50 UTC (permalink / raw)
  To: Markus Koch; +Cc: davem, kuba, netdev

Hello:

This patch was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Sun,  2 Jan 2022 17:54:08 +0100 you wrote:
> commit 26eee0210ad7 ("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>
> ---
>  drivers/net/ethernet/freescale/xgmac_mdio.c | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - net/fsl: Remove leftover definition in xgmac_mdio
    https://git.kernel.org/netdev/net/c/1ef5e1d0dca5

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-03 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-02 16:54 [PATCH] net/fsl: Remove leftover definition in xgmac_mdio Markus Koch
2022-01-03 10:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).