[PATCH] ath12k: add module param to control MSI mode and address width
kernel test robot
lkp at intel.com
Mon Jun 30 11:43:07 PDT 2025
Hi Govind,
kernel test robot noticed the following build warnings:
[auto build test WARNING on ath/ath-next]
[also build test WARNING on wireless/main wireless-next/main linus/master v6.16-rc4 next-20250630]
[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/Govind-Singh/ath12k-add-module-param-to-control-MSI-mode-and-address-width/20250625-005348
base: https://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git ath-next
patch link: https://lore.kernel.org/r/20250624165031.58616-1-govind.sk85%40gmail.com
patch subject: [PATCH] ath12k: add module param to control MSI mode and address width
config: sparc-randconfig-r112-20250630 (https://download.01.org/0day-ci/archive/20250701/202507010226.p5NvqJE6-lkp@intel.com/config)
compiler: sparc-linux-gcc (GCC) 12.4.0
reproduce: (https://download.01.org/0day-ci/archive/20250701/202507010226.p5NvqJE6-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/202507010226.p5NvqJE6-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/net/wireless/ath/ath12k/pci.c:52:6: sparse: sparse: symbol 'ath12k_32bit_msi' was not declared. Should it be static?
vim +/ath12k_32bit_msi +52 drivers/net/wireless/ath/ath12k/pci.c
51
> 52 bool ath12k_32bit_msi;
53 module_param(ath12k_32bit_msi, bool, 0644);
54 MODULE_PARM_DESC(ath12k_32bit_msi, "Force 32-bit MSI addressing");
55
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the ath12k
mailing list