]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: tps65217: Remove spurious platform data check
authorMark Brown <broonie@kernel.org>
Sat, 6 Sep 2014 11:10:47 +0000 (12:10 +0100)
committerMark Brown <broonie@kernel.org>
Sat, 6 Sep 2014 11:43:40 +0000 (12:43 +0100)
commit81baf9fe0243a4450d738676ccf99d325460c748
treef690047c58e00482f04bacb6c126898808cfc974
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
regulator: tps65217: Remove spurious platform data check

We should always be able to probe a regulator with no platform data. This
will enable readback of current state, though no changes can be made to
the device configuration.

Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps65217-regulator.c