* [PATCH net-next 1/1] r8169: add missing MODULE_FIRMWARE.
@ 2014-08-26 20:40 Francois Romieu
2014-08-28 22:22 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Francois Romieu @ 2014-08-26 20:40 UTC (permalink / raw)
To: netdev; +Cc: davem, Chun-Hao Lin
From: Francois Romieu <romieu@fr.zoreil.com>
Leftover from 6e1d0b8988188956dac091441c1492a79a342666 ("r8169:add
support for RTL8168H and RTL8107E").
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Chun-Hao Lin <hau@realtek.com>
---
drivers/net/ethernet/realtek/r8169.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index c8375f6..02dd92a 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -852,6 +852,8 @@ MODULE_FIRMWARE(FIRMWARE_8168G_2);
MODULE_FIRMWARE(FIRMWARE_8168G_3);
MODULE_FIRMWARE(FIRMWARE_8168H_1);
MODULE_FIRMWARE(FIRMWARE_8168H_2);
+MODULE_FIRMWARE(FIRMWARE_8107E_1);
+MODULE_FIRMWARE(FIRMWARE_8107E_2);
static void rtl_lock_work(struct rtl8169_private *tp)
{
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next 1/1] r8169: add missing MODULE_FIRMWARE.
2014-08-26 20:40 [PATCH net-next 1/1] r8169: add missing MODULE_FIRMWARE Francois Romieu
@ 2014-08-28 22:22 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-08-28 22:22 UTC (permalink / raw)
To: romieu; +Cc: netdev, hau
From: Francois Romieu <romieu@fr.zoreil.com>
Date: Tue, 26 Aug 2014 22:40:38 +0200
> From: Francois Romieu <romieu@fr.zoreil.com>
>
> Leftover from 6e1d0b8988188956dac091441c1492a79a342666 ("r8169:add
> support for RTL8168H and RTL8107E").
>
> Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Applied, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-28 22:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 20:40 [PATCH net-next 1/1] r8169: add missing MODULE_FIRMWARE Francois Romieu
2014-08-28 22:22 ` David Miller
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).