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:
68db31f
)
ASoC: bcm: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:04 +0000
(16:22 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:04 +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/bcm/bcm2835-i2s.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/bcm/bcm2835-i2s.c
b/sound/soc/bcm/bcm2835-i2s.c
index 2685fe4f8427c62fb4cdc0421e1d6d8302fd6543..03fa1cbf8ec1d2f1df3c3a68e63c77421c04f802 100644
(file)
--- a/
sound/soc/bcm/bcm2835-i2s.c
+++ b/
sound/soc/bcm/bcm2835-i2s.c
@@
-866,7
+866,6
@@
static struct platform_driver bcm2835_i2s_driver = {
.probe = bcm2835_i2s_probe,
.driver = {
.name = "bcm2835-i2s",
- .owner = THIS_MODULE,
.of_match_table = bcm2835_i2s_of_match,
},
};