diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-05 15:07:47 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-05 17:55:58 (GMT) |
commit | 5204f5e3f5b3c706e52682590de5974a82ea54f9 (patch) | |
tree | 3ec502adf5640df58f5f799f1d242944e403d8f0 /block/Makefile | |
parent | b33f9cbd67ba1a1c46879ec66467269f09cde8e5 (diff) | |
download | linux-5204f5e3f5b3c706e52682590de5974a82ea54f9.tar.xz |
regmap: Remove bitrotted module_put()s
The conversion to per bus type registration functions means we don't need
to do module_get()s to hold the bus types in memory (their users will link
to them) so we removed all those calls. This left module_put() calls in
the cleanup paths which aren't needed and which cause unbalanced puts if
we ever try to unload anything.
Reported-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'block/Makefile')
0 files changed, 0 insertions, 0 deletions