[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1369104152-20152-1-git-send-email-libo.chen@huawei.com>
Date: Tue, 21 May 2013 10:42:32 +0800
From: Libo Chen <libo.chen@...wei.com>
To: <akpm@...ux-foundation.org>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<davem@...emloft.net>, <lizefan@...wei.com>, <libo.chen@...wei.com>
Subject: [PATCH 11/19] drivers/net/ethernet/natsemi: add missing platform_driver owner
set the owner of platform_driver, to ensure that the
caller of driver holds a module refernece
Signed-off-by: Libo Chen <libo.chen@...wei.com>
---
drivers/net/ethernet/natsemi/xtsonic.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/ethernet/natsemi/xtsonic.c b/drivers/net/ethernet/natsemi/xtsonic.c
index c2e0256..9281781 100644
--- a/drivers/net/ethernet/natsemi/xtsonic.c
+++ b/drivers/net/ethernet/natsemi/xtsonic.c
@@ -315,6 +315,7 @@ static struct platform_driver xtsonic_driver = {
.remove = xtsonic_device_remove,
.driver = {
.name = xtsonic_string,
+ .owner = THIS_MODULE,
},
};
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists