Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: cs42l43: Add missing static from runtime PM ops

Fixes: 2b59332ead54 ("ASoC: cs42l43: Use new-style PM runtime macros")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202311091824.5z6PROGZ-lkp@intel.com/
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20231113151429.1554139-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Charles Keepax and committed by
Mark Brown
a1321811 0a59f241

+2 -2
+2 -2
sound/soc/codecs/cs42l43.c
··· 2251 2251 return 0; 2252 2252 } 2253 2253 2254 - DEFINE_RUNTIME_DEV_PM_OPS(cs42l43_codec_pm_ops, NULL, 2255 - cs42l43_codec_runtime_resume, NULL); 2254 + static DEFINE_RUNTIME_DEV_PM_OPS(cs42l43_codec_pm_ops, NULL, 2255 + cs42l43_codec_runtime_resume, NULL); 2256 2256 2257 2257 static const struct platform_device_id cs42l43_codec_id_table[] = { 2258 2258 { "cs42l43-codec", },