linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pwm:for-4.9/drivers 2/9] drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'
@ 2016-09-05 10:37 kbuild test robot
  2016-09-06  5:35 ` Jisheng Zhang
  0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2016-09-05 10:37 UTC (permalink / raw)
  To: Jisheng Zhang; +Cc: kbuild-all, linux-pwm, Thierry Reding

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git for-4.9/drivers
head:   e63ed23775362a6e1a867dc2f75ebbf4e3a8d4d2
commit: fd47f104003c629d0ec6be4c2ead90191c184a23 [2/9] pwm: berlin: Add suspend/resume support
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout fd47f104003c629d0ec6be4c2ead90191c184a23
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

   drivers/pwm/pwm-berlin.c: In function 'berlin_pwm_suspend':
>> drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips'
      channel = pwm_get_chip_data(&pwm->chips.pwms[i]);
                                      ^

vim +245 drivers/pwm/pwm-berlin.c

   239		struct berlin_pwm_chip *pwm = dev_get_drvdata(dev);
   240		unsigned int i;
   241	
   242		for (i = 0; i < pwm->chip.npwm; i++) {
   243			struct berlin_pwm_channel *channel;
   244	
 > 245			channel = pwm_get_chip_data(&pwm->chips.pwms[i]);
   246			if (!channel)
   247				continue;
   248	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 51348 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-06  9:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-05 10:37 [pwm:for-4.9/drivers 2/9] drivers/pwm/pwm-berlin.c:245:35: error: 'struct berlin_pwm_chip' has no member named 'chips' kbuild test robot
2016-09-06  5:35 ` Jisheng Zhang
2016-09-06  9:08   ` Thierry Reding
2016-09-06  9:09     ` Jisheng Zhang

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).