From: kernel test robot <lkp@intel.com>
To: kbandi <kushal.bandi@intel.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [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'?
Date: Mon, 24 Feb 2025 15:01:42 +0800 [thread overview]
Message-ID: <202502241418.AxKXP0eS-lkp@intel.com> (raw)
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
reply other threads:[~2025-02-24 7:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202502241418.AxKXP0eS-lkp@intel.com \
--to=lkp@intel.com \
--cc=kushal.bandi@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.