Commit 7a93a9ab authored by Charles Keepax's avatar Charles Keepax Committed by Mark Brown

ASoC: cs42l43: Add pm_ptr around the power ops

Add missing pm_ptr around the power ops.
Suggested-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://msgid.link/r/20240125103117.2622095-4-ckeepax@opensource.cirrus.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent a2e7cf55
...@@ -2349,7 +2349,7 @@ MODULE_DEVICE_TABLE(platform, cs42l43_codec_id_table); ...@@ -2349,7 +2349,7 @@ MODULE_DEVICE_TABLE(platform, cs42l43_codec_id_table);
static struct platform_driver cs42l43_codec_driver = { static struct platform_driver cs42l43_codec_driver = {
.driver = { .driver = {
.name = "cs42l43-codec", .name = "cs42l43-codec",
.pm = &cs42l43_codec_pm_ops, .pm = pm_ptr(&cs42l43_codec_pm_ops),
}, },
.probe = cs42l43_codec_probe, .probe = cs42l43_codec_probe,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment