* NET: SB1250: Initialize .owner
@ 2010-07-06 15:18 Ralf Baechle
2010-07-07 22:01 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Ralf Baechle @ 2010-07-06 15:18 UTC (permalink / raw)
To: David S. Miller, netdev; +Cc: linux-mips, Maciej W. Rozycki
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/net/sb1250-mac.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/sb1250-mac.c b/drivers/net/sb1250-mac.c
index 1f3acc3..79eee30 100644
--- a/drivers/net/sb1250-mac.c
+++ b/drivers/net/sb1250-mac.c
@@ -2671,6 +2671,7 @@ static struct platform_driver sbmac_driver = {
.remove = __exit_p(sbmac_remove),
.driver = {
.name = sbmac_string,
+ .owner = THIS_MODULE,
},
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: NET: SB1250: Initialize .owner
2010-07-06 15:18 NET: SB1250: Initialize .owner Ralf Baechle
@ 2010-07-07 22:01 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-07-07 22:01 UTC (permalink / raw)
To: ralf; +Cc: netdev, linux-mips, macro
From: Ralf Baechle <ralf@linux-mips.org>
Date: Tue, 6 Jul 2010 16:18:11 +0100
> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Applied, thanks Ralf.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-07 22:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 15:18 NET: SB1250: Initialize .owner Ralf Baechle
2010-07-07 22:01 ` 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).