* [PATCH 10/19] drivers/net/ethernet/freescale: 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/freescale/xgmac_mdio.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/ethernet/freescale/xgmac_mdio.c b/drivers/net/ethernet/freescale/xgmac_mdio.c
index 418068b..8ba34fa 100644
--- a/drivers/net/ethernet/freescale/xgmac_mdio.c
+++ b/drivers/net/ethernet/freescale/xgmac_mdio.c
@@ -262,6 +262,7 @@ MODULE_DEVICE_TABLE(of, xgmac_mdio_match);
static struct platform_driver xgmac_mdio_driver = {
.driver = {
.name = "fsl-fman_xmdio",
+ .owner = THIS_MODULE,
.of_match_table = xgmac_mdio_match,
},
.probe = xgmac_mdio_probe,
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-21 2:48 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 10/19] drivers/net/ethernet/freescale: 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