mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 09/19] drivers/net/ethernet: add missing platform_driver owner
@ 2013-05-21  2:42 Libo Chen
  0 siblings, 0 replies; only message in thread
From: Libo Chen @ 2013-05-21  2:42 UTC (permalink / raw)
  To: akpm; +Cc: netdev, linux-kernel, davem, lizefan, libo.chen

set the owner of platform_driver, to ensure that the
caller of driver holds a module refernece

Signed-off-by: Libo Chen <libo.chen@huawei.com>
---
 drivers/net/ethernet/dnet.c   |    3 ++-
 drivers/net/ethernet/korina.c |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/dnet.c b/drivers/net/ethernet/dnet.c
index f3d60eb..63c26ad 100644
--- a/drivers/net/ethernet/dnet.c
+++ b/drivers/net/ethernet/dnet.c
@@ -970,7 +970,8 @@ static struct platform_driver dnet_driver = {
 	.probe		= dnet_probe,
 	.remove		= dnet_remove,
 	.driver		= {
-		.name		= "dnet",
+		.name	= "dnet",
+		.owner	= THIS_MODULE,
 	},
 };
 
diff --git a/drivers/net/ethernet/korina.c b/drivers/net/ethernet/korina.c
index 5409fe8..c41bcf6 100644
--- a/drivers/net/ethernet/korina.c
+++ b/drivers/net/ethernet/korina.c
@@ -1223,6 +1223,7 @@ static int korina_remove(struct platform_device *pdev)
 
 static struct platform_driver korina_driver = {
 	.driver.name = "korina",
+	.driver.owner = THIS_MODULE,
 	.probe = korina_probe,
 	.remove = korina_remove,
 };
-- 
1.7.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-21  2:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-21  2:42 [PATCH 09/19] drivers/net/ethernet: add missing platform_driver owner Libo Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®