2021-01-13 20:35:40

by Rikard Falkeborn

[permalink] [raw]
Subject: [PATCH 0/2] power: supply: Constify static struct attribute_group

Constify two static struct attribute_group. The only place they are
used is to put their address in an array of pointers to const struct
attribute_group. With these patches applied, all static attribute_group
structs in drivers/power are const.

Rikard Falkeborn (2):
power: supply: ltc4162-l: Constify static struct attribute_group
power: supply: core: Constify static struct attribute_group

drivers/power/supply/ltc4162-l-charger.c | 2 +-
drivers/power/supply/power_supply_sysfs.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--
2.30.0


2021-01-13 21:27:15

by Sebastian Reichel

[permalink] [raw]
Subject: Re: [PATCH 0/2] power: supply: Constify static struct attribute_group

Hi,

On Wed, Jan 13, 2021 at 09:32:41PM +0100, Rikard Falkeborn wrote:
> Constify two static struct attribute_group. The only place they are
> used is to put their address in an array of pointers to const struct
> attribute_group. With these patches applied, all static attribute_group
> structs in drivers/power are const.

Thanks, I queued both to power-supply's for-next branch.

-- Sebastian


Attachments:
(No filename) (407.00 B)
signature.asc (849.00 B)
Download all attachments