]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regulator: lp872x: Get rid of duplicate reference to DVS GPIO
authorPaul Kocialkowski <contact@paulk.fr>
Wed, 23 Dec 2015 10:58:35 +0000 (11:58 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 23 Dec 2015 12:12:46 +0000 (12:12 +0000)
commit8a99cc6ff5710780e3d9bfc41027c142725089e5
tree15520274ed956110a4ecba52f1c9ec0fd20dbece
parent1f97fe4777217123428e3212a95a67c0de7a0132
regulator: lp872x: Get rid of duplicate reference to DVS GPIO

The lp872x structure holds a reference to the DVS GPIO, but it is never actually
used anywhere, since a first reference exists from the lp872x_dvs structure.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/lp872x.c