linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [linux-next:master 8758/10009] drivers/media/pci/meye/meye.c:1533:7: error: 'struct meye' has no member named 'pm_mchip_mode'; did you mean
@ 2020-07-21 21:11 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-07-21 21:11 UTC (permalink / raw)
  To: Vaibhav Gupta
  Cc: kbuild-all, Mauro Carvalho Chehab, linux-media, Hans Verkuil

[-- Attachment #1: Type: text/plain, Size: 2524 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   de2e69cfe54a8f2ed4b75f09d3110c514f45d38e
commit: 9c4a8489ab7c29f46beedc5c288a2eacb431c229 [8758/10009] media: meye: use generic power management
config: i386-randconfig-a004-20200721 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0
reproduce (this is a W=1 build):
        git checkout 9c4a8489ab7c29f46beedc5c288a2eacb431c229
        # save the attached .config to linux build tree
        make W=1 ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/media/pci/meye/meye.c: In function 'meye_suspend':
>> drivers/media/pci/meye/meye.c:1533:7: error: 'struct meye' has no member named 'pm_mchip_mode'; did you mean 'mchip_mode'?
    1533 |  meye.pm_mchip_mode = meye.mchip_mode;
         |       ^~~~~~~~~~~~~
         |       mchip_mode
   drivers/media/pci/meye/meye.c: In function 'meye_resume':
   drivers/media/pci/meye/meye.c:1552:15: error: 'struct meye' has no member named 'pm_mchip_mode'; did you mean 'mchip_mode'?
    1552 |  switch (meye.pm_mchip_mode) {
         |               ^~~~~~~~~~~~~
         |               mchip_mode

vim +1533 drivers/media/pci/meye/meye.c

ed986d1fee77bb drivers/media/pci/meye/meye.c Hans Verkuil   2013-01-29  1530  
9c4a8489ab7c29 drivers/media/pci/meye/meye.c Vaibhav Gupta  2020-07-17  1531  static int __maybe_unused meye_suspend(struct device *dev)
^1da177e4c3f41 drivers/media/video/meye.c    Linus Torvalds 2005-04-16  1532  {
^1da177e4c3f41 drivers/media/video/meye.c    Linus Torvalds 2005-04-16 @1533  	meye.pm_mchip_mode = meye.mchip_mode;
^1da177e4c3f41 drivers/media/video/meye.c    Linus Torvalds 2005-04-16  1534  	mchip_hic_stop();
^1da177e4c3f41 drivers/media/video/meye.c    Linus Torvalds 2005-04-16  1535  	mchip_set(MCHIP_MM_INTA, 0x0);
^1da177e4c3f41 drivers/media/video/meye.c    Linus Torvalds 2005-04-16  1536  	return 0;
^1da177e4c3f41 drivers/media/video/meye.c    Linus Torvalds 2005-04-16  1537  }
^1da177e4c3f41 drivers/media/video/meye.c    Linus Torvalds 2005-04-16  1538  

:::::: The code at line 1533 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2

:::::: TO: Linus Torvalds <torvalds@ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds@ppc970.osdl.org>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 39565 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-21 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 21:11 [linux-next:master 8758/10009] drivers/media/pci/meye/meye.c:1533:7: error: 'struct meye' has no member named 'pm_mchip_mode'; did you mean 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;
as well as URLs for NNTP newsgroup(s).