[android-common:android16-6.12 12/12] sound/soc/codecs/cs42l43.c:2446:9: sparse: sparse: Initializer entry defined twice
kernel test robot <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
tree: https://android.googlesource.com/kernel/common android16-6.12 head: 0fd55a309793adc6b8cddb5c29e80caa545ba4bb commit: 91e698058e91dcaef669afae07e2f23fee6bce9a [12/12] ASoC: cs42l43: Add codec force suspend/resume ops config: x86_64-randconfig-r111-20260716 (https://download.01.org/0day-ci/archive/20260720/[email protected]/config) compiler: gcc-14 (Debian 14.2.0-19) 14.2.0 sparse: v0.6.5-rc1 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260720/[email protected]/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ sparse warnings: (new ones prefixed by >>) >> sound/soc/codecs/cs42l43.c:2446:9: sparse: sparse: Initializer entry defined twice sound/soc/codecs/cs42l43.c:2449:9: sparse: also defined here vim +2446 sound/soc/codecs/cs42l43.c 64353af49fecbd Charles Keepax 2024-02-06 2444 64353af49fecbd Charles Keepax 2024-02-06 2445 static const struct dev_pm_ops cs42l43_codec_pm_ops = { 64353af49fecbd Charles Keepax 2024-02-06 @2446 SYSTEM_SLEEP_PM_OPS(cs42l43_codec_suspend, cs42l43_codec_resume) 64353af49fecbd Charles Keepax 2024-02-06 2447 NOIRQ_SYSTEM_SLEEP_PM_OPS(cs42l43_codec_suspend_noirq, cs42l43_codec_resume_noirq) 64353af49fecbd Charles Keepax 2024-02-06 2448 RUNTIME_PM_OPS(NULL, cs42l43_codec_runtime_resume, NULL) 91e698058e91dc Maciej Strozek 2025-01-09 2449 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume) 64353af49fecbd Charles Keepax 2024-02-06 2450 }; fc918cbe874eee Charles Keepax 2023-08-04 2451 :::::: The code at line 2446 was first introduced by commit :::::: 64353af49fecbdec1de9aadf2369d54fc00f1899 ASoC: cs42l43: Add system suspend ops to disable IRQ :::::: TO: Charles Keepax <[email protected]> :::::: CC: Mark Brown <[email protected]> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki