All of lore.kernel.org
 help / color / mirror / Atom feed
* [vireshk:opp/redesign 12/33] drivers/devfreq/rk3399_dmc.c:432:2: error: 'dmcfreq' undeclared
@ 2016-12-02 17:28 kbuild test robot
  2016-12-05  3:28 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2016-12-02 17:28 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: kbuild-all, linux-pm

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

tree:   https://git.linaro.org/people/vireshk/linux opp/redesign
head:   c498cda5a64396dfa518b157441091494af76371
commit: 276a99b3cadf159054f43b4a1fbe963414d42a72 [12/33] devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locks
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
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 276a99b3cadf159054f43b4a1fbe963414d42a72
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/devfreq/rk3399_dmc.c: In function 'rk3399_dmcfreq_probe':
>> drivers/devfreq/rk3399_dmc.c:432:2: error: 'dmcfreq' undeclared (first use in this function)
     dmcfreq->rate = dev_pm_opp_get_freq(opp);
     ^~~~~~~
   drivers/devfreq/rk3399_dmc.c:432:2: note: each undeclared identifier is reported only once for each function it appears in

vim +/dmcfreq +432 drivers/devfreq/rk3399_dmc.c

   426		rcu_read_lock();
   427		opp = devfreq_recommended_opp(dev, &data->rate, 0);
   428		if (IS_ERR(opp)) {
   429			rcu_read_unlock();
   430			return PTR_ERR(opp);
   431		}
 > 432		dmcfreq->rate = dev_pm_opp_get_freq(opp);
   433		dmcfreq->volt = dev_pm_opp_get_voltage(opp);
   434		rcu_read_unlock();
   435	

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

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

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

* Re: [vireshk:opp/redesign 12/33] drivers/devfreq/rk3399_dmc.c:432:2: error: 'dmcfreq' undeclared
  2016-12-02 17:28 [vireshk:opp/redesign 12/33] drivers/devfreq/rk3399_dmc.c:432:2: error: 'dmcfreq' undeclared kbuild test robot
@ 2016-12-05  3:28 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2016-12-05  3:28 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, linux-pm

On 03-12-16, 01:28, kbuild test robot wrote:
> tree:   https://git.linaro.org/people/vireshk/linux opp/redesign
> head:   c498cda5a64396dfa518b157441091494af76371
> commit: 276a99b3cadf159054f43b4a1fbe963414d42a72 [12/33] devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locks
> config: arm-allmodconfig (attached as .config)
> compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
> 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 276a99b3cadf159054f43b4a1fbe963414d42a72
>         # save the attached .config to linux build tree
>         make.cross ARCH=arm 
> 
> All errors (new ones prefixed by >>):

Fixed thanks.

-- 
viresh

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

end of thread, other threads:[~2016-12-05  3:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-02 17:28 [vireshk:opp/redesign 12/33] drivers/devfreq/rk3399_dmc.c:432:2: error: 'dmcfreq' undeclared kbuild test robot
2016-12-05  3:28 ` Viresh Kumar

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.