Home
last modified time | relevance | path

Searched hist:f34a269229ec0d51f84f557238d1e4dcda8464d2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Danatop-regulator.cdiff f34a269229ec0d51f84f557238d1e4dcda8464d2 Tue Apr 09 11:10:39 CDT 2019 Axel Lin <axel.lin@ingics.com> regulator: anatop: Remove unneeded fields from struct anatop_regulator

These fields are only used in anatop_regulator_probe() so use local
variables instead. The *initdata is not used so can be removed.
The *anatop is renamed to *regmap for better readability.
Use u32 instead of int for the variables used as third argument of
of_property_read_u32().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>