All of lore.kernel.org
 help / color / mirror / Atom feed
* [intel-lts:pr/69 1/1] drivers/media/i2c/dw9714.c:336:21: error: 'dw9714_runtime_suspend' undeclared here (not in a function); did you mean 'pm_runtime_suspend'?
@ 2025-02-24  7:01 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-02-24  7:01 UTC (permalink / raw)
  To: kbandi; +Cc: oe-kbuild-all

tree:   https://github.com/intel/linux-intel-lts.git pr/69
head:   f36ea6678b4077d9bbb4644e73977fb91d187ab7
commit: 9cef7f9b88549f0e9b46631edd29e5f619afa928 [1/1] media: intel-ipu: Merge IPU kernel driver into 4.14 kernel
config: s390-randconfig-002-20250224 (https://download.01.org/0day-ci/archive/20250224/202502241418.AxKXP0eS-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 7.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250224/202502241418.AxKXP0eS-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/202502241418.AxKXP0eS-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/media/i2c/dw9714.c:336:21: error: 'dw9714_runtime_suspend' undeclared here (not in a function); did you mean 'pm_runtime_suspend'?
     .runtime_suspend = dw9714_runtime_suspend,
                        ^~~~~~~~~~~~~~~~~~~~~~
                        pm_runtime_suspend
>> drivers/media/i2c/dw9714.c:337:20: error: 'dw9714_runtime_resume' undeclared here (not in a function); did you mean 'dw9714_runtime_suspend'?
     .runtime_resume = dw9714_runtime_resume,
                       ^~~~~~~~~~~~~~~~~~~~~
                       dw9714_runtime_suspend


vim +336 drivers/media/i2c/dw9714.c

   334	
   335	static const struct dev_pm_ops dw9714_pm_ops = {
 > 336		.runtime_suspend = dw9714_runtime_suspend,
 > 337		.runtime_resume = dw9714_runtime_resume,
   338	};
   339	

-- 
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-02-24  7:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24  7:01 [intel-lts:pr/69 1/1] drivers/media/i2c/dw9714.c:336:21: error: 'dw9714_runtime_suspend' undeclared here (not in a function); did you mean 'pm_runtime_suspend'? 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.