Re: [PATCH] power: supply: constify attribute_group structures.

2017-07-24 Thread Sebastian Reichel
Hi, On Wed, Jul 12, 2017 at 05:13:22PM +0530, Arvind Yadav wrote: > attribute_groups are not supposed to change at runtime. All functions > working with attribute_groups provided by work > with const attribute_group. So mark the non-const structs as const. > > File size before: >text

[PATCH] power: supply: constify attribute_group structures.

2017-07-12 Thread Arvind Yadav
attribute_groups are not supposed to change at runtime. All functions working with attribute_groups provided by work with const attribute_group. So mark the non-const structs as const. File size before: textdata bss dec hex filename 2673 400 03073 c01 power