[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202503070421.25fbw6zg-lkp@intel.com>
Date: Fri, 7 Mar 2025 04:49:17 +0800
From: kernel test robot <lkp@...el.com>
To: Nícolas F. R. A. Prado <nfraprado@...labora.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Sen Chu <sen.chu@...iatek.com>, Sean Wang <sean.wang@...iatek.com>,
Macpaul Lin <macpaul.lin@...iatek.com>, Lee Jones <lee@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>,
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will@...nel.org>
Cc: oe-kbuild-all@...ts.linux.dev, kernel@...labora.com,
linux-sound@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-pm@...r.kernel.org,
Nícolas F. R. A. Prado <nfraprado@...labora.com>,
Andrew Perepech <andrew.perepech@...iatek.com>
Subject: Re: [PATCH v3 04/20] ASoC: mediatek: mt6359-accdet: Add compatible
property
Hi Nícolas,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 20d5c66e1810e6e8805ec0d01373afb2dba9f51a]
url: https://github.com/intel-lab-lkp/linux/commits/N-colas-F-R-A-Prado/ASoC-dt-bindings-Add-document-for-mt6359-accdet/20250304-233834
base: 20d5c66e1810e6e8805ec0d01373afb2dba9f51a
patch link: https://lore.kernel.org/r/20250304-mt6359-accdet-dts-v3-4-5b0eafc29f5b%40collabora.com
patch subject: [PATCH v3 04/20] ASoC: mediatek: mt6359-accdet: Add compatible property
config: s390-randconfig-r133-20250306 (https://download.01.org/0day-ci/archive/20250307/202503070421.25fbw6zg-lkp@intel.com/config)
compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)
reproduce: (https://download.01.org/0day-ci/archive/20250307/202503070421.25fbw6zg-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202503070421.25fbw6zg-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> sound/soc/codecs/mt6359-accdet.c:1050:27: sparse: sparse: symbol 'accdet_of_match' was not declared. Should it be static?
vim +/accdet_of_match +1050 sound/soc/codecs/mt6359-accdet.c
1049
> 1050 const struct of_device_id accdet_of_match[] = {
1051 { .compatible = "mediatek,mt6359-accdet", },
1052 { /* sentinel */ },
1053 };
1054 MODULE_DEVICE_TABLE(of, accdet_of_match);
1055
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists