projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25f10c
)
usb: usbip: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:51 +0000
(16:21 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:51 +0000
(16:21 +0200)
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/usb/usbip/vhci_hcd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/usbip/vhci_hcd.c
b/drivers/usb/usbip/vhci_hcd.c
index c02374b6049c5f17e070dce2c17acdd7c788415c..933143bccb7cede625424d52f97e58c250d7c25b 100644
(file)
--- a/
drivers/usb/usbip/vhci_hcd.c
+++ b/
drivers/usb/usbip/vhci_hcd.c
@@
-1110,7
+1110,6
@@
static struct platform_driver vhci_driver = {
.resume = vhci_hcd_resume,
.driver = {
.name = driver_name,
- .owner = THIS_MODULE,
},
};