All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: tulip: fix build with CONFIG_GSC
@ 2022-05-20 13:28 Rolf Eike Beer
  2022-05-21  0:20 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Rolf Eike Beer @ 2022-05-20 13:28 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: linux-kernel, linux-parisc, netdev, Yang Yingliang, davem, edumazet

Fixes: 3daebfbeb455 ("net: tulip: convert to devres")
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
---
 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





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

* Re: [PATCH] net: tulip: fix build with CONFIG_GSC
  2022-05-20 13:28 [PATCH] net: tulip: fix build with CONFIG_GSC Rolf Eike Beer
@ 2022-05-21  0:20 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-05-21  0:20 UTC (permalink / raw)
  To: Rolf Eike Beer
  Cc: kuba, linux-kernel, linux-parisc, netdev, yangyingliang, davem, edumazet

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 20 May 2022 15:28:21 +0200 you wrote:
> Fixes: 3daebfbeb455 ("net: tulip: convert to devres")
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
> ---
>  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



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

end of thread, other threads:[~2022-05-21  0:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 13:28 [PATCH] net: tulip: fix build with CONFIG_GSC Rolf Eike Beer
2022-05-21  0:20 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.