projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe4b501
)
ASoC: max98925: drop driver pm=NULL assignment
author
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 25 Nov 2020 16:44:50 +0000
(17:44 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 26 Nov 2020 13:07:31 +0000
(13:07 +0000)
There is no point to explicitly set driver .pm field to NULL.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link:
https://lore.kernel.org/r/20201125164452.89239-38-krzk@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98925.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98925.c
b/sound/soc/codecs/max98925.c
index e18d0022c3f4cb749bb045ac2a5dfd1a449b475b..ddaccc24b0cbb327349ee05209c7b0cca6a43db4 100644
(file)
--- a/
sound/soc/codecs/max98925.c
+++ b/
sound/soc/codecs/max98925.c
@@
-639,7
+639,6
@@
static struct i2c_driver max98925_i2c_driver = {
.driver = {
.name = "max98925",
.of_match_table = of_match_ptr(max98925_of_match),
- .pm = NULL,
},
.probe = max98925_i2c_probe,
.id_table = max98925_i2c_id,