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:
ac52841
)
net: can: softing: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:01 +0000
(16:21 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:01 +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/net/can/softing/softing_main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/can/softing/softing_main.c
b/drivers/net/can/softing/softing_main.c
index bacd236ce3064d357271ff67e3ccacbfedddd953..2bf98d862302eba41eaa6c4495c787d24451814c 100644
(file)
--- a/
drivers/net/can/softing/softing_main.c
+++ b/
drivers/net/can/softing/softing_main.c
@@
-856,7
+856,6
@@
platform_resource_failed:
static struct platform_driver softing_driver = {
.driver = {
.name = "softing",
- .owner = THIS_MODULE,
},
.probe = softing_pdev_probe,
.remove = softing_pdev_remove,