[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210113203243.20146-1-rikard.falkeborn@gmail.com>
Date: Wed, 13 Jan 2021 21:32:41 +0100
From: Rikard Falkeborn <rikard.falkeborn@...il.com>
To: Sebastian Reichel <sre@...nel.org>,
Mike Looijmans <mike.looijmans@...ic.nl>
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Rikard Falkeborn <rikard.falkeborn@...il.com>
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
Powered by blists - more mailing lists