netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b
@ 2024-09-18 18:45 Heiner Kallweit
  2024-09-24 11:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Heiner Kallweit @ 2024-09-18 18:45 UTC (permalink / raw)
  To: Paolo Abeni, Jakub Kicinski, Eric Dumazet, David Miller,
	Realtek linux nic maintainers
  Cc: netdev@vger.kernel.org, ChunHao Lin

Add a missing MODULE_FIRMWARE entry.

Fixes: 69cb89981c7a ("r8169: add support for RTL8126A rev.b")
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
---
 drivers/net/ethernet/realtek/r8169_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/realtek/r8169_main.c b/drivers/net/ethernet/realtek/r8169_main.c
index 8240ca64f..1bebba771 100644
--- a/drivers/net/ethernet/realtek/r8169_main.c
+++ b/drivers/net/ethernet/realtek/r8169_main.c
@@ -708,6 +708,7 @@ MODULE_FIRMWARE(FIRMWARE_8107E_2);
 MODULE_FIRMWARE(FIRMWARE_8125A_3);
 MODULE_FIRMWARE(FIRMWARE_8125B_2);
 MODULE_FIRMWARE(FIRMWARE_8126A_2);
+MODULE_FIRMWARE(FIRMWARE_8126A_3);
 
 static inline struct device *tp_to_dev(struct rtl8169_private *tp)
 {
-- 
2.46.1


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

* Re: [PATCH net] r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b
  2024-09-18 18:45 [PATCH net] r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b Heiner Kallweit
@ 2024-09-24 11:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-09-24 11:00 UTC (permalink / raw)
  To: Heiner Kallweit; +Cc: pabeni, kuba, edumazet, davem, nic_swsd, netdev, hau

Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 18 Sep 2024 20:45:15 +0200 you wrote:
> Add a missing MODULE_FIRMWARE entry.
> 
> Fixes: 69cb89981c7a ("r8169: add support for RTL8126A rev.b")
> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
> ---
>  drivers/net/ethernet/realtek/r8169_main.c | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - [net] r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b
    https://git.kernel.org/netdev/net/c/3b067536daa4

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:[~2024-09-24 11:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18 18:45 [PATCH net] r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b Heiner Kallweit
2024-09-24 11:00 ` 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).