usb: fsl: 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@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
adb6595c69
commit
9e873d429b
|
@ -732,6 +732,7 @@ static struct platform_driver ehci_fsl_driver = {
|
||||||
.shutdown = usb_hcd_platform_shutdown,
|
.shutdown = usb_hcd_platform_shutdown,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "fsl-ehci",
|
.name = "fsl-ehci",
|
||||||
|
.owner = THIS_MODULE,
|
||||||
.pm = EHCI_FSL_PM_OPS,
|
.pm = EHCI_FSL_PM_OPS,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue