* [PATCH net] net: airoha: Fix MBI_RX_AGE_SEL_MASK definition
@ 2024-07-19 20:38 Lorenzo Bianconi
2024-07-21 11:12 ` Simon Horman
2024-07-23 10:40 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2024-07-19 20:38 UTC (permalink / raw)
To: netdev
Cc: nbd, sean.wang, Mark-MC.Lee, davem, edumazet, kuba, pabeni,
linux-arm-kernel, linux-mediatek, angelogioacchino.delregno,
lorenzo.bianconi83, dan.carpenter
Fix copy-paste error in MBI_RX_AGE_SEL_MASK macro definition
Fixes: 23020f049327 ("net: airoha: Introduce ethernet support for EN7581 SoC")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
---
drivers/net/ethernet/mediatek/airoha_eth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/mediatek/airoha_eth.c b/drivers/net/ethernet/mediatek/airoha_eth.c
index 16761fde6c6c..1c5b85a86df1 100644
--- a/drivers/net/ethernet/mediatek/airoha_eth.c
+++ b/drivers/net/ethernet/mediatek/airoha_eth.c
@@ -249,7 +249,7 @@
#define REG_FE_GDM_RX_ETH_L1023_CNT_H(_n) (GDM_BASE(_n) + 0x2fc)
#define REG_GDM2_CHN_RLS (GDM2_BASE + 0x20)
-#define MBI_RX_AGE_SEL_MASK GENMASK(18, 17)
+#define MBI_RX_AGE_SEL_MASK GENMASK(26, 25)
#define MBI_TX_AGE_SEL_MASK GENMASK(18, 17)
#define REG_GDM3_FWD_CFG GDM3_BASE
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH net] net: airoha: Fix MBI_RX_AGE_SEL_MASK definition
2024-07-19 20:38 [PATCH net] net: airoha: Fix MBI_RX_AGE_SEL_MASK definition Lorenzo Bianconi
@ 2024-07-21 11:12 ` Simon Horman
2024-07-23 10:40 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-07-21 11:12 UTC (permalink / raw)
To: Lorenzo Bianconi
Cc: netdev, nbd, sean.wang, Mark-MC.Lee, davem, edumazet, kuba,
pabeni, linux-arm-kernel, linux-mediatek,
angelogioacchino.delregno, lorenzo.bianconi83, dan.carpenter
On Fri, Jul 19, 2024 at 10:38:31PM +0200, Lorenzo Bianconi wrote:
> Fix copy-paste error in MBI_RX_AGE_SEL_MASK macro definition
>
> Fixes: 23020f049327 ("net: airoha: Introduce ethernet support for EN7581 SoC")
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH net] net: airoha: Fix MBI_RX_AGE_SEL_MASK definition
2024-07-19 20:38 [PATCH net] net: airoha: Fix MBI_RX_AGE_SEL_MASK definition Lorenzo Bianconi
2024-07-21 11:12 ` Simon Horman
@ 2024-07-23 10:40 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-07-23 10:40 UTC (permalink / raw)
To: Lorenzo Bianconi
Cc: netdev, nbd, sean.wang, Mark-MC.Lee, davem, edumazet, kuba,
pabeni, linux-arm-kernel, linux-mediatek,
angelogioacchino.delregno, lorenzo.bianconi83, dan.carpenter
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Fri, 19 Jul 2024 22:38:31 +0200 you wrote:
> Fix copy-paste error in MBI_RX_AGE_SEL_MASK macro definition
>
> Fixes: 23020f049327 ("net: airoha: Introduce ethernet support for EN7581 SoC")
> Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
> ---
> drivers/net/ethernet/mediatek/airoha_eth.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [net] net: airoha: Fix MBI_RX_AGE_SEL_MASK definition
https://git.kernel.org/netdev/net/c/39a9c25bcdfb
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] 3+ messages in thread
end of thread, other threads:[~2024-07-23 10:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 20:38 [PATCH net] net: airoha: Fix MBI_RX_AGE_SEL_MASK definition Lorenzo Bianconi
2024-07-21 11:12 ` Simon Horman
2024-07-23 10:40 ` 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).