Home
last modified time | relevance | path

Searched hist:"01167 e88" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Dtps62360-regulator.c01167e88 Sat Aug 29 17:10:59 CDT 2020 Rikard Falkeborn <rikard.falkeborn@gmail.com> regulator: tps62360: Constify tps62360_dcdc_ops

The only usage of tps62360_dcdc_ops is to assign its address to the ops
field in the regulator_desc struct, which is a const pointer. Make it
const to allow the compiler to put it in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20200829221104.20870-4-rikard.falkeborn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
01167e88 Sat Aug 29 17:10:59 CDT 2020 Rikard Falkeborn <rikard.falkeborn@gmail.com> regulator: tps62360: Constify tps62360_dcdc_ops

The only usage of tps62360_dcdc_ops is to assign its address to the ops
field in the regulator_desc struct, which is a const pointer. Make it
const to allow the compiler to put it in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20200829221104.20870-4-rikard.falkeborn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>