summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-05-06 00:29:50 (GMT)
committerMark Brown <broonie@kernel.org>2016-05-06 17:15:17 (GMT)
commit1b42443db670dde5e3cb4261f77b29010b163fc6 (patch)
treed47fd2056a47f09ad45b2429ef9f6f16d9e747da /usr
parent036d193d3337365e0d69cff9bb2593bfc1210e7b (diff)
downloadlinux-1b42443db670dde5e3cb4261f77b29010b163fc6.tar.xz
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>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions