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:
29b4817
)
ASoC: max98371: Delete unnecessary assignment for the field "owner"
author
Markus Elfring
<
[email protected]
>
Mon, 15 Aug 2016 14:16:00 +0000
(16:16 +0200)
committer
Mark Brown
<
[email protected]
>
Tue, 16 Aug 2016 11:29:42 +0000
(12:29 +0100)
The field "owner" is set by the core.
Thus delete an unneeded initialisation.
Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
Signed-off-by: Markus Elfring <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/max98371.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98371.c
b/sound/soc/codecs/max98371.c
index cf0a39bb631aac9ae9bccd6c0b5163e65d8178b1..30538790b1b78648da0899842cf4a5e0716c247f 100644
(file)
--- a/
sound/soc/codecs/max98371.c
+++ b/
sound/soc/codecs/max98371.c
@@
-425,7
+425,6
@@
MODULE_DEVICE_TABLE(of, max98371_of_match);
static struct i2c_driver max98371_i2c_driver = {
.driver = {
.name = "max98371",
- .owner = THIS_MODULE,
.pm = NULL,
.of_match_table = of_match_ptr(max98371_of_match),
},