mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 16/19] drivers/net/wan: 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: khc; +Cc: netdev, davem, linux-kernel, 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/wan/ixp4xx_hss.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wan/ixp4xx_hss.c b/drivers/net/wan/ixp4xx_hss.c
index fc9d11d..db2d775 100644
--- a/drivers/net/wan/ixp4xx_hss.c
+++ b/drivers/net/wan/ixp4xx_hss.c
@@ -1391,6 +1391,7 @@ static int hss_remove_one(struct platform_device *pdev)
 
 static struct platform_driver ixp4xx_hss_driver = {
 	.driver.name	= DRV_NAME,
+	.driver.owner	= THIS_MODULE,
 	.probe		= hss_init_one,
 	.remove		= hss_remove_one,
 };
-- 
1.7.1



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

only message in thread, other threads:[~2013-05-21  2:43 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 16/19] drivers/net/wan: 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®