regulator: tps65917/palmas: Simplify multiple dereference of pdata->reg_init[idx]
authorNishanth Menon <nm@ti.com>
Fri, 6 May 2016 00:29:50 +0000 (19:29 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 6 May 2016 17:15:17 +0000 (18:15 +0100)
commit1b42443db670dde5e3cb4261f77b29010b163fc6
treed47fd2056a47f09ad45b2429ef9f6f16d9e747da
parent036d193d3337365e0d69cff9bb2593bfc1210e7b
regulator: tps65917/palmas: Simplify multiple dereference of pdata->reg_init[idx]

Converting dt to platform data logic involves picking up information
that is unique per regulator, however we can improve readability of
the code by allocating and referencing pdata->reg_init[idx] once in
the loop.

While at it, use sizeof(*pointer) when allocating pointer. This allows
for structure name changes with minimal code change.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/palmas-regulator.c