* Re: [PATCH v1 1/3] spi: microchip: rename driver file and internal identifiers
[not found] <20251103160515.412706-2-prajna.rajendrakumar@microchip.com>
@ 2025-11-04 15:29 ` kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-11-04 15:29 UTC (permalink / raw)
To: Prajna Rajendra Kumar, Mark Brown
Cc: llvm, oe-kbuild-all, Rob Herring, Krzysztof Kozlowski,
linux-riscv, linux-spi, linux-kernel, devicetree, Conor Dooley,
Daire McNamara, Valentina Fernandez Alanis, Cyril Jean,
Prajna Rajendra Kumar
Hi Prajna,
kernel test robot noticed the following build errors:
[auto build test ERROR on broonie-spi/for-next]
[also build test ERROR on linus/master v6.18-rc4 next-20251104]
[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/Prajna-Rajendra-Kumar/spi-microchip-rename-driver-file-and-internal-identifiers/20251104-001544
base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
patch link: https://lore.kernel.org/r/20251103160515.412706-2-prajna.rajendrakumar%40microchip.com
patch subject: [PATCH v1 1/3] spi: microchip: rename driver file and internal identifiers
config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20251104/202511042322.bDgHrd9d-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/20251104/202511042322.bDgHrd9d-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202511042322.bDgHrd9d-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/spi/spi-mpfs.c:620:3: error: field designator 'remove_new' does not refer to any field in type 'struct platform_driver'
620 | .remove_new = mpfs_spi_remove,
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +620 drivers/spi/spi-mpfs.c
612
613 static struct platform_driver mpfs_spi_driver = {
614 .probe = mpfs_spi_probe,
615 .driver = {
616 .name = "microchip-spi",
617 .pm = MICROCHIP_SPI_PM_OPS,
618 .of_match_table = of_match_ptr(mpfs_spi_dt_ids),
619 },
> 620 .remove_new = mpfs_spi_remove,
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-04 15:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20251103160515.412706-2-prajna.rajendrakumar@microchip.com>
2025-11-04 15:29 ` [PATCH v1 1/3] spi: microchip: rename driver file and internal identifiers kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox