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(a)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(a)ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds(a)ppc970.osdl.org>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org