From: Sebastian Reichel <sre@kernel.org>
To: Arvind Yadav <arvind.yadav.cs@gmail.com>
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] power: supply: constify psy_tcd_ops.
Date: Wed, 14 Jun 2017 22:12:46 +0200 [thread overview]
Message-ID: <20170614201245.amwprdmnq4vso2xh@earth> (raw)
In-Reply-To: <52491fb24dcf85b8e5624a9582d68784e762656c.1497330213.git.arvind.yadav.cs@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1215 bytes --]
Hi,
On Tue, Jun 13, 2017 at 10:39:43AM +0530, Arvind Yadav wrote:
> File size before:
> text data bss dec hex filename
> 4240 200 80 4520 11a8 drivers/power/supply/power_supply_core.o
>
> File size After adding 'const':
> text data bss dec hex filename
> 4296 136 80 4512 11a0 drivers/power/supply/power_supply_core.o
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Thanks, queued.
-- Sebastian
> ---
> drivers/power/supply/power_supply_core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/power/supply/power_supply_core.c b/drivers/power/supply/power_supply_core.c
> index 7ec7c7c..2cc64b8 100644
> --- a/drivers/power/supply/power_supply_core.c
> +++ b/drivers/power/supply/power_supply_core.c
> @@ -669,7 +669,7 @@ static int ps_set_cur_charge_cntl_limit(struct thermal_cooling_device *tcd,
> return ret;
> }
>
> -static struct thermal_cooling_device_ops psy_tcd_ops = {
> +static const struct thermal_cooling_device_ops psy_tcd_ops = {
> .get_max_state = ps_get_max_charge_cntl_limit,
> .get_cur_state = ps_get_cur_chrage_cntl_limit,
> .set_cur_state = ps_set_cur_charge_cntl_limit,
> --
> 1.9.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2017-06-14 20:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-13 5:09 [PATCH] power: supply: constify psy_tcd_ops Arvind Yadav
2017-06-14 20:12 ` Sebastian Reichel [this message]
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=20170614201245.amwprdmnq4vso2xh@earth \
--to=sre@kernel.org \
--cc=arvind.yadav.cs@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
/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