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:
01945a4
)
media: platform: ti-vpe: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:50 +0000
(16:20 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:50 +0000
(16:20 +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/media/platform/ti-vpe/vpe.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/platform/ti-vpe/vpe.c
b/drivers/media/platform/ti-vpe/vpe.c
index 9a081c2911598502fb33e0d500d876a0361fcbc0..d628d1a7cf9e5eca8b8aea7bc0cfcbafed69e45e 100644
(file)
--- a/
drivers/media/platform/ti-vpe/vpe.c
+++ b/
drivers/media/platform/ti-vpe/vpe.c
@@
-2376,7
+2376,6
@@
static struct platform_driver vpe_pdrv = {
.remove = vpe_remove,
.driver = {
.name = VPE_MODULE_NAME,
- .owner = THIS_MODULE,
.of_match_table = vpe_of_match,
},
};