commit | 29f5f4860a8ef9407736594ec43b4fa4152ac7fa | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri Aug 07 20:01:32 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Aug 12 11:01:30 2015 +0100 |
tree | 42cce17d27f2cc5fdc696cd05a68f6b2421198f0 | |
parent | 1768514eebfa888563049fa165449a1c1eba92d8 [diff] |
regulator: core: Move more deallocation into class unregister We really ought to be using the class dvice lifetime management features more than we are rather than open coding them so take a step towards that by moving some of the simplest deallocations to the dev_release() function. Signed-off-by: Mark Brown <broonie@kernel.org>