Hi Derek, kernel test robot noticed the following build warnings: [auto build test WARNING on amd-pstate/linux-next] [also build test WARNING on amd-pstate/bleeding-edge linus/master v6.14-rc5 next-20250228] [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/Derek-J-Clark/platform-x86-Add-lenovo-wmi-drivers-Documentation/20250226-060548 base: https://git.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git linux-next patch link: https://lore.kernel.org/r/20250225220037.16073-3-derekjohn.clark%40gmail.com patch subject: [PATCH v3 2/4] platform/x86: Add Lenovo Gamezone WMI Driver config: x86_64-randconfig-101-20250303 (https://download.01.org/0day-ci/archive/20250303/202503031157.JXItpvLX-lkp@xxxxxxxxx/config) compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250303/202503031157.JXItpvLX-lkp@xxxxxxxxx/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@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202503031157.JXItpvLX-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): In file included from drivers/platform/x86/lenovo-wmi.c:20: >> drivers/platform/x86/lenovo-wmi.h:21:9: warning: 'pr_fmt' macro redefined [-Wmacro-redefined] 21 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ^ include/linux/printk.h:391:9: note: previous definition is here 391 | #define pr_fmt(fmt) fmt | ^ 1 warning generated. -- In file included from drivers/platform/x86/lenovo-wmi-gamezone.c:20: >> drivers/platform/x86/lenovo-wmi.h:21:9: warning: 'pr_fmt' macro redefined [-Wmacro-redefined] 21 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ^ include/linux/printk.h:391:9: note: previous definition is here 391 | #define pr_fmt(fmt) fmt | ^ >> drivers/platform/x86/lenovo-wmi-gamezone.c:205:31: warning: unused variable 'profile' [-Wunused-variable] 205 | enum platform_profile_option profile; | ^~~~~~~ 2 warnings generated. vim +/pr_fmt +21 drivers/platform/x86/lenovo-wmi.h 20 > 21 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 22 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki