projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bf6af
)
ASoC: pxa: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Sun, 21 Dec 2014 21:14:47 +0000
(22:14 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 22 Dec 2014 12:02:17 +0000
(12:02 +0000)
This 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>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/spitz.c
patch
|
blob
|
history
diff --git
a/sound/soc/pxa/spitz.c
b/sound/soc/pxa/spitz.c
index d7d5fb20ea6f461f70fcfca85f928db617fba1bb..a6d680acd907ebd1e72c62d0c0e0d8969153645d 100644
(file)
--- a/
sound/soc/pxa/spitz.c
+++ b/
sound/soc/pxa/spitz.c
@@
-352,7
+352,6
@@
static int spitz_remove(struct platform_device *pdev)
static struct platform_driver spitz_driver = {
.driver = {
.name = "spitz-audio",
- .owner = THIS_MODULE,
.pm = &snd_soc_pm_ops,
},
.probe = spitz_probe,