diff mbox series

[35/38] ASoC: max98371: drop driver pm=NULL assignment

Message ID 20201120161653.445521-35-krzk@kernel.org
State Superseded
Headers show
Series [01/38] ASoC: ak5558: drop of_match_ptr from of_device_id table | expand

Commit Message

Krzysztof Kozlowski Nov. 20, 2020, 4:16 p.m. UTC
There is no point to explicitly set driver .pm field to NULL.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 sound/soc/codecs/max98371.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/codecs/max98371.c b/sound/soc/codecs/max98371.c
index 0b438303e1d5..e424779db02b 100644
--- a/sound/soc/codecs/max98371.c
+++ b/sound/soc/codecs/max98371.c
@@ -419,7 +419,6 @@  MODULE_DEVICE_TABLE(of, max98371_of_match);
 static struct i2c_driver max98371_i2c_driver = {
 	.driver = {
 		.name = "max98371",
-		.pm = NULL,
 		.of_match_table = of_match_ptr(max98371_of_match),
 	},
 	.probe  = max98371_i2c_probe,