* [PATCH 03/19] drivers/usb/chipidea: 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: alexander.shishkin, gregkh; +Cc: linux-usb, 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/usb/chipidea/ci13xxx_msm.c | 2 +-
drivers/usb/chipidea/core.c | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/chipidea/ci13xxx_msm.c b/drivers/usb/chipidea/ci13xxx_msm.c
index 7d16681..5e6bdb0 100644
--- a/drivers/usb/chipidea/ci13xxx_msm.c
+++ b/drivers/usb/chipidea/ci13xxx_msm.c
@@ -90,7 +90,7 @@ static int ci13xxx_msm_remove(struct platform_device *pdev)
static struct platform_driver ci13xxx_msm_driver = {
.probe = ci13xxx_msm_probe,
.remove = ci13xxx_msm_remove,
- .driver = { .name = "msm_hsusb", },
+ .driver = { .name = "msm_hsusb", .owner = THIS_MODULE,},
};
module_platform_driver(ci13xxx_msm_driver);
diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c
index 49b098b..74e6b57 100644
--- a/drivers/usb/chipidea/core.c
+++ b/drivers/usb/chipidea/core.c
@@ -482,6 +482,7 @@ static struct platform_driver ci_hdrc_driver = {
.remove = ci_hdrc_remove,
.driver = {
.name = "ci_hdrc",
+ .owner = THIS_MODULE,
},
};
--
1.7.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-21 2:44 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 03/19] drivers/usb/chipidea: 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®