[PATCH v9 3/3] firmware: ti_sci: Partial-IO support
kernel test robot
lkp at intel.com
Sat Nov 1 09:25:31 PDT 2025
Hi Markus,
kernel test robot noticed the following build warnings:
[auto build test WARNING on c9a389ffad27e7847c69f4d2b67ba56b77190209]
url: https://github.com/intel-lab-lkp/linux/commits/Markus-Schneider-Pargmann-TI-com/firmware-ti_sci-Remove-constant-0-function-arguments/20251030-173054
base: c9a389ffad27e7847c69f4d2b67ba56b77190209
patch link: https://lore.kernel.org/r/20251030-topic-am62-partialio-v6-12-b4-v9-3-074f55d9c16b%40baylibre.com
patch subject: [PATCH v9 3/3] firmware: ti_sci: Partial-IO support
config: arm-randconfig-002-20251101 (https://download.01.org/0day-ci/archive/20251102/202511020037.8sAseAYs-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project d2625a438020ad35330cda29c3def102c1687b1b)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251102/202511020037.8sAseAYs-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 at intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202511020037.8sAseAYs-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/firmware/ti_sci.c:10:9: warning: 'pr_fmt' macro redefined [-Wmacro-redefined]
10 | #define pr_fmt(fmt) "%s: " fmt, __func__
| ^
include/linux/printk.h:402:9: note: previous definition is here
402 | #define pr_fmt(fmt) fmt
| ^
1 warning generated.
vim +/pr_fmt +10 drivers/firmware/ti_sci.c
aa276781a64a5f Nishanth Menon 2016-10-18 @10 #define pr_fmt(fmt) "%s: " fmt, __func__
aa276781a64a5f Nishanth Menon 2016-10-18 11
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the linux-arm-kernel
mailing list