2022-05-21 11:25:01

by Rolf Eike Beer

[permalink] [raw]
Subject: [PATCH] net: tulip: fix build with CONFIG_GSC

Fixes: 3daebfbeb455 ("net: tulip: convert to devres")
Reported-by: Linux Kernel Functional Testing <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Rolf Eike Beer <[email protected]>
---
drivers/net/ethernet/dec/tulip/eeprom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/dec/tulip/eeprom.c b/drivers/net/ethernet/dec/tulip/eeprom.c
index 67a67cb78dbb..d5657ff15e3c 100644
--- a/drivers/net/ethernet/dec/tulip/eeprom.c
+++ b/drivers/net/ethernet/dec/tulip/eeprom.c
@@ -117,7 +117,7 @@ static void tulip_build_fake_mediatable(struct tulip_private *tp)
0x00, 0x06 /* ttm bit map */
};

- tp->mtable = devm_kmalloc(&tp->pdev->pdev, sizeof(struct mediatable) +
+ tp->mtable = devm_kmalloc(&tp->pdev->dev, sizeof(struct mediatable) +
sizeof(struct medialeaf), GFP_KERNEL);

if (tp->mtable == NULL)
--
2.35.3






2022-05-23 07:13:27

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH] net: tulip: fix build with CONFIG_GSC

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <[email protected]>:

On Fri, 20 May 2022 15:28:21 +0200 you wrote:
> Fixes: 3daebfbeb455 ("net: tulip: convert to devres")
> Reported-by: Linux Kernel Functional Testing <[email protected]>
> Reported-by: kernel test robot <[email protected]>
> Signed-off-by: Rolf Eike Beer <[email protected]>
> ---
> drivers/net/ethernet/dec/tulip/eeprom.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
- net: tulip: fix build with CONFIG_GSC
https://git.kernel.org/netdev/net-next/c/dc2df00af951

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