2013-05-10 16:48:10

by Libo Chen

[permalink] [raw]
Subject: [RFC PATCH] usb: fsl: add missing platform_driver owner

From: Libo Chen <[email protected]>

set the owner of platform_driver, to ensure that the
caller of driver holds a module refernece

Signed-off-by: Libo Chen <[email protected]>
---
drivers/usb/host/ehci-fsl.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl.c
index 3be3df2..bd831ec 100644
--- a/drivers/usb/host/ehci-fsl.c
+++ b/drivers/usb/host/ehci-fsl.c
@@ -732,6 +732,7 @@ static struct platform_driver ehci_fsl_driver = {
.shutdown = usb_hcd_platform_shutdown,
.driver = {
.name = "fsl-ehci",
+ .owner = THIS_MODULE,
.pm = EHCI_FSL_PM_OPS,
},
};
--
1.8.1.2