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:
0d3d8be
)
OSS: dmasound: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:01 +0000
(16:22 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:22:01 +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/oss/dmasound/dmasound_paula.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/oss/dmasound/dmasound_paula.c
b/sound/oss/dmasound/dmasound_paula.c
index c2d45a5848bc92d0450ddb04e731636235aac8a0..3f653618614d3f37d8c6ea876db8dcc966045cb9 100644
(file)
--- a/
sound/oss/dmasound/dmasound_paula.c
+++ b/
sound/oss/dmasound/dmasound_paula.c
@@
-729,7
+729,6
@@
static struct platform_driver amiga_audio_driver = {
.remove = __exit_p(amiga_audio_remove),
.driver = {
.name = "amiga-audio",
- .owner = THIS_MODULE,
},
};