ASoC: max98926: drop driver pm=NULL assignment

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-39-krzk@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2020-11-25 17:44:51 +01:00 committed by Mark Brown
parent 0eb97389cc
commit c37de70121
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -583,7 +583,6 @@ static struct i2c_driver max98926_i2c_driver = {
.driver = { .driver = {
.name = "max98926", .name = "max98926",
.of_match_table = of_match_ptr(max98926_of_match), .of_match_table = of_match_ptr(max98926_of_match),
.pm = NULL,
}, },
.probe = max98926_i2c_probe, .probe = max98926_i2c_probe,
.id_table = max98926_i2c_id, .id_table = max98926_i2c_id,