mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-18 02:46:06 +00:00
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:
parent
0eb97389cc
commit
c37de70121
@ -583,7 +583,6 @@ static struct i2c_driver max98926_i2c_driver = {
|
||||
.driver = {
|
||||
.name = "max98926",
|
||||
.of_match_table = of_match_ptr(max98926_of_match),
|
||||
.pm = NULL,
|
||||
},
|
||||
.probe = max98926_i2c_probe,
|
||||
.id_table = max98926_i2c_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user