Re: [PATCH] firmware: qcom: scm: Fix resource cleanup on probe failure
kernel test robot <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi Mukesh, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v7.2-rc7] [cannot apply to next-20260814] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Mukesh-Ojha/firmware-qcom-scm-Fix-resource-cleanup-on-probe-failure/20260815-220308 base: linus/master patch link: https://lore.kernel.org/r/20260625093644.3918184-1-mukesh.ojha%40oss.qualcomm.com patch subject: [PATCH] firmware: qcom: scm: Fix resource cleanup on probe failure config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20260816/[email protected]/config) compiler: powerpc64-linux-gcc (GCC) 16.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260816/[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]/ All errors (new ones prefixed by >>): drivers/firmware/qcom/qcom_tzmem.c: In function 'qcom_tzmem_disable': >> drivers/firmware/qcom/qcom_tzmem.c:523:9: error: 'qcom_tzmem_using_shm_bridge' undeclared (first use in this function) 523 | qcom_tzmem_using_shm_bridge = false; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/firmware/qcom/qcom_tzmem.c:523:9: note: each undeclared identifier is reported only once for each function it appears in vim +/qcom_tzmem_using_shm_bridge +523 drivers/firmware/qcom/qcom_tzmem.c 520 521 void qcom_tzmem_disable(struct device *dev) 522 { > 523 qcom_tzmem_using_shm_bridge = false; 524 qcom_tzmem_dev = NULL; 525 } 526 EXPORT_SYMBOL_GPL(qcom_tzmem_disable); 527 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki