All of lore.kernel.org
 help / color / mirror / Atom feed
* [qcom:drivers-for-7.3 3/12] drivers/soc/qcom/socinfo.c:25:27: error: 'QCOM_ID_SDM850' undeclared here (not in a function); did you mean 'QCOM_ID_SDM450'?
@ 2026-07-06  4:19 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-06  4:19 UTC (permalink / raw)
  To: David Heidelberg; +Cc: oe-kbuild-all, Bjorn Andersson

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux drivers-for-7.3
head:   889ee1f4f6633f8300500b529518d30bec282762
commit: 743af1d6a8b4bfa62dd01b5c2d81b1c62ea597f7 [3/12] soc: qcom: socinfo: Add SoC ID for SDM850
config: sh-allyesconfig (https://download.01.org/0day-ci/archive/20260706/202607061242.K5MinnT1-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 16.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260706/202607061242.K5MinnT1-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/202607061242.K5MinnT1-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/soc/qcom/socinfo.c:25:27: error: 'QCOM_ID_SDM850' undeclared here (not in a function); did you mean 'QCOM_ID_SDM450'?
      25 | #define qcom_board_id(id) QCOM_ID_ ## id, __stringify(id)
         |                           ^~~~~~~~
   drivers/soc/qcom/socinfo.c:428:11: note: in expansion of macro 'qcom_board_id'
     428 |         { qcom_board_id(SDM850) },
         |           ^~~~~~~~~~~~~


vim +25 drivers/soc/qcom/socinfo.c

34ec89e68db2682 Krzysztof Kozlowski 2022-08-30  23  
34ec89e68db2682 Krzysztof Kozlowski 2022-08-30  24  /* Helper macros to create soc_id table */
34ec89e68db2682 Krzysztof Kozlowski 2022-08-30 @25  #define qcom_board_id(id) QCOM_ID_ ## id, __stringify(id)
34ec89e68db2682 Krzysztof Kozlowski 2022-08-30  26  #define qcom_board_id_named(id, name) QCOM_ID_ ## id, (name)
34ec89e68db2682 Krzysztof Kozlowski 2022-08-30  27  

:::::: The code at line 25 was first introduced by commit
:::::: 34ec89e68db2682469a9a51d9ed4022ee3992389 soc: qcom: socinfo: create soc_id table from bindings

:::::: TO: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
:::::: CC: Bjorn Andersson <andersson@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:[~2026-07-06  4:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-06  4:19 [qcom:drivers-for-7.3 3/12] drivers/soc/qcom/socinfo.c:25:27: error: 'QCOM_ID_SDM850' undeclared here (not in a function); did you mean 'QCOM_ID_SDM450'? 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.