All of lore.kernel.org
 help / color / mirror / Atom feed
* [openeuler:openEuler-1.0-LTS 21349/22959] drivers/mmc/host/phytium-mci-plat.c:169:23: error: lvalue required as unary '&' operand
@ 2024-06-17 20:48 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-06-17 20:48 UTC (permalink / raw)
  To: kernel, Malloy Liu; +Cc: oe-kbuild-all

tree:   https://gitee.com/openeuler/kernel.git openEuler-1.0-LTS
head:   f79871cf083fa1da67dce06a8cc2301cdddeab1b
commit: d65622e6edee11f7fcbd295bdb5aef86e12dfef3 [21349/22959] mmc: add support for Phytium MMC
config: arm64-randconfig-004-20240618 (https://download.01.org/0day-ci/archive/20240618/202406180457.WkPIoFSW-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240618/202406180457.WkPIoFSW-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/202406180457.WkPIoFSW-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/mmc/host/phytium-mci-plat.c:169:23: error: lvalue required as unary '&' operand
     169 |                 .pm = &phytium_mci_dev_pm_ops,
         |                       ^


vim +169 drivers/mmc/host/phytium-mci-plat.c

   161	
   162	static struct platform_driver phytium_mci_driver = {
   163		.probe = phytium_mci_probe,
   164		.remove = phytium_mci_remove,
   165		.driver = {
   166			.name = "phytium-mci-platform",
   167			.of_match_table = phytium_mci_of_ids,
   168			.acpi_match_table = phytium_mci_acpi_ids,
 > 169			.pm = &phytium_mci_dev_pm_ops,
   170		},
   171	};
   172	

-- 
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:[~2024-06-17 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 20:48 [openeuler:openEuler-1.0-LTS 21349/22959] drivers/mmc/host/phytium-mci-plat.c:169:23: error: lvalue required as unary '&' operand kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.