From: Viresh Kumar <viresh.kumar@linaro.org>
To: Vaishali Thakkar <vthakkar1994@gmail.com>
Cc: Zhang Rui <rui.zhang@intel.com>,
Eduardo Valentin <edubezval@gmail.com>,
Linux PM list <linux-pm@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] thermal: cpu_cooling: Remove usage of devm functions
Date: Wed, 19 Aug 2015 17:32:09 +0530 [thread overview]
Message-ID: <20150819120209.GC14544@linux> (raw)
In-Reply-To: <CAK-LDbKdORz5-3oBd7p4BcU+t3w9=u=aQv6LKQthiZPL-qi9bQ@mail.gmail.com>
On 19-08-15, 17:27, Vaishali Thakkar wrote:
> > I will rather ask you to do this:
> >
> > diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
> > index 620dcd405ff6..a04055ea5d94 100644
> > --- a/drivers/thermal/cpu_cooling.c
> > +++ b/drivers/thermal/cpu_cooling.c
> > @@ -584,8 +584,8 @@ static int cpufreq_get_requested_power(struct
> > thermal_cooling_device *cdev,
> > if (trace_thermal_power_cpu_get_power_enabled()) {
> > u32 ncpus = cpumask_weight(&cpufreq_device->allowed_cpus);
> >
> > - load_cpu = devm_kcalloc(&cdev->device, ncpus, sizeof(*load_cpu),
> > - GFP_KERNEL);
> > + load_cpu = kcalloc(&cdev->device, ncpus, sizeof(*load_cpu),
> > + GFP_KERNEL);
> > }
>
> Sorry. I forgot to ask you one more thing. devm_kcalloc takes one more
> argument then
> kcalloc. So, the change I did is correct I guess.
Right, there is an extra argument in my code.
--
viresh
next prev parent reply other threads:[~2015-08-19 12:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-19 6:22 [PATCH] thermal: cpu_cooling: Remove usage of devm functions Vaishali Thakkar
2015-08-19 8:24 ` Viresh Kumar
2015-08-19 11:38 ` Vaishali Thakkar
2015-08-19 11:57 ` Vaishali Thakkar
2015-08-19 12:02 ` Viresh Kumar [this message]
2015-08-27 1:57 ` Viresh Kumar
2015-09-29 16:39 ` Javi Merino
2015-08-27 8:59 ` Javi Merino
2015-10-10 8:49 ` Zhang Rui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150819120209.GC14544@linux \
--to=viresh.kumar@linaro.org \
--cc=edubezval@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rui.zhang@intel.com \
--cc=vthakkar1994@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).