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:
a17b87a
)
ASoC: dwc: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:07 +0000
(16:22 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:07 +0000
(16:22 +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>
sound/soc/dwc/designware_i2s.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/dwc/designware_i2s.c
b/sound/soc/dwc/designware_i2s.c
index e961388e6e9c07ce3b5b7249d464538e5d418ea0..103b34e58ffa2eea4f3e9cbed2baeb4680422cb4 100644
(file)
--- a/
sound/soc/dwc/designware_i2s.c
+++ b/
sound/soc/dwc/designware_i2s.c
@@
-449,7
+449,6
@@
static struct platform_driver dw_i2s_driver = {
.remove = dw_i2s_remove,
.driver = {
.name = "designware-i2s",
- .owner = THIS_MODULE,
},
};