From: Mark Brown Date: Mon, 5 Sep 2011 15:07:47 +0000 (-0700) Subject: regmap: Remove bitrotted module_put()s X-Git-Tag: v3.1-rc6~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5204f5e3f5b3c706e52682590de5974a82ea54f9;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed