Re: [PATCH] mmc: sdhci-msm: Add quirk to disable CQE for ICE legacy mode
From: kernel test robot
Date: Wed Dec 24 2025 - 22:18:45 EST
Hi Md,
kernel test robot noticed the following build warnings:
[auto build test WARNING on linus/master]
[also build test WARNING on ulf-hansson-mmc-mirror/next v6.19-rc2 next-20251219]
[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/Md-Sadre-Alam/mmc-sdhci-msm-Add-quirk-to-disable-CQE-for-ICE-legacy-mode/20251224-181537
base: linus/master
patch link: https://lore.kernel.org/r/20251224101050.3497746-1-quic_mdalam%40quicinc.com
patch subject: [PATCH] mmc: sdhci-msm: Add quirk to disable CQE for ICE legacy mode
config: arc-randconfig-002-20251225 (https://download.01.org/0day-ci/archive/20251225/202512251043.unAN2IJ5-lkp@xxxxxxxxx/config)
compiler: arc-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251225/202512251043.unAN2IJ5-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/202512251043.unAN2IJ5-lkp@xxxxxxxxx/
All warnings (new ones prefixed by >>):
>> drivers/mmc/host/sdhci-msm.c:2121:36: warning: 'sdhci_msm_cqhci_ops' defined but not used [-Wunused-const-variable=]
2121 | static const struct cqhci_host_ops sdhci_msm_cqhci_ops = {
| ^~~~~~~~~~~~~~~~~~~
vim +/sdhci_msm_cqhci_ops +2121 drivers/mmc/host/sdhci-msm.c
67b13f3e221ed8 Shaik Sajida Bhanu 2021-07-16 2120
87a8df0dce6ad0 Ritesh Harjani 2020-01-16 @2121 static const struct cqhci_host_ops sdhci_msm_cqhci_ops = {
c93767cf64ebf4 Eric Biggers 2021-01-25 2122 .enable = sdhci_msm_cqe_enable,
87a8df0dce6ad0 Ritesh Harjani 2020-01-16 2123 .disable = sdhci_msm_cqe_disable,
c93767cf64ebf4 Eric Biggers 2021-01-25 2124 #ifdef CONFIG_MMC_CRYPTO
741521fa273fdd Eric Biggers 2024-12-12 2125 .uses_custom_crypto_profile = true,
c93767cf64ebf4 Eric Biggers 2021-01-25 2126 #endif
87a8df0dce6ad0 Ritesh Harjani 2020-01-16 2127 };
87a8df0dce6ad0 Ritesh Harjani 2020-01-16 2128
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki