set the owner of platform_driver, to ensure that the caller of driver holds a module refernece
Signed-off-by: Libo Chen <libo.c...@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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/