All of lore.kernel.org
 help / color / mirror / Atom feed
* [vireshk:opp/redesign 24/33] drivers/cpufreq/sti-cpufreq.c:228:3: error: too many arguments to function 'dev_pm_opp_put_prop_name'
@ 2016-12-02 17:49 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:49 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: kbuild-all, linux-pm

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

tree:   https://git.linaro.org/people/vireshk/linux opp/redesign
head:   c498cda5a64396dfa518b157441091494af76371
commit: 354fcad932188685153f27b903db5b81584d42ba [24/33] PM / OPP: Return opp_table from dev_pm_opp_set_*() routines
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 354fcad932188685153f27b903db5b81584d42ba
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All errors (new ones prefixed by >>):

   drivers/cpufreq/sti-cpufreq.c: In function 'sti_cpufreq_set_opp_info':
>> drivers/cpufreq/sti-cpufreq.c:228:3: error: too many arguments to function 'dev_pm_opp_put_prop_name'
      dev_pm_opp_put_prop_name(opp_table1, name);
      ^~~~~~~~~~~~~~~~~~~~~~~~
   In file included from drivers/cpufreq/sti-cpufreq.c:20:0:
   include/linux/pm_opp.h:120:6: note: declared here
    void dev_pm_opp_put_prop_name(struct opp_table *opp_table);
         ^~~~~~~~~~~~~~~~~~~~~~~~

vim +/dev_pm_opp_put_prop_name +228 drivers/cpufreq/sti-cpufreq.c

   222		version[1] = BIT(minor);
   223		version[2] = BIT(substrate);
   224	
   225		opp_table2 = dev_pm_opp_set_supported_hw(dev, version, VERSION_ELEMENTS);
   226		if (IS_ERR(opp_table2)) {
   227			dev_err(dev, "Failed to set supported hardware\n");
 > 228			dev_pm_opp_put_prop_name(opp_table1, name);
   229			return PTR_ERR(opp_table2);
   230		}
   231	

---
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 24/33] drivers/cpufreq/sti-cpufreq.c:228:3: error: too many arguments to function 'dev_pm_opp_put_prop_name'
  2016-12-02 17:49 [vireshk:opp/redesign 24/33] drivers/cpufreq/sti-cpufreq.c:228:3: error: too many arguments to function 'dev_pm_opp_put_prop_name' 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:49, kbuild test robot wrote:
> tree:   https://git.linaro.org/people/vireshk/linux opp/redesign
> head:   c498cda5a64396dfa518b157441091494af76371
> commit: 354fcad932188685153f27b903db5b81584d42ba [24/33] PM / OPP: Return opp_table from dev_pm_opp_set_*() routines
> 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 354fcad932188685153f27b903db5b81584d42ba
>         # 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:49 [vireshk:opp/redesign 24/33] drivers/cpufreq/sti-cpufreq.c:228:3: error: too many arguments to function 'dev_pm_opp_put_prop_name' 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.