* [android-common:android16-6.12 0/3] sound/soc/codecs/cs42l43.c:2446:9: sparse: sparse: Initializer entry defined twice
@ 2025-12-13 23:34 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-12-13 23:34 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android16-6.12
head: 17fd67ddf0cddeb7325b49d3ca2f7db7824dfccd
commit: 91e698058e91dcaef669afae07e2f23fee6bce9a [0/3] ASoC: cs42l43: Add codec force suspend/resume ops
config: i386-randconfig-063-20251213 (https://download.01.org/0day-ci/archive/20251214/202512140729.luUXJGMM-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251214/202512140729.luUXJGMM-lkp@intel.com/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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202512140729.luUXJGMM-lkp@intel.com/
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 <ckeepax@opensource.cirrus.com>
:::::: CC: Mark Brown <broonie@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-13 23:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-13 23:34 [android-common:android16-6.12 0/3] sound/soc/codecs/cs42l43.c:2446:9: sparse: sparse: Initializer entry defined twice kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.