mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
ASoC: max98371: 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-37-krzk@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
da773b2b45
commit
fe4b501e56
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user