[PULL] regmap fix for 3.1

From: Mark Brown
Date: Wed Sep 07 2011 - 14:44:14 EST


The following changes since commit 9e79e3e9dd9672b37ac9412e9a926714306551fe:

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2011-08-30 11:28:18 -0700)

are available in the git repository at:

git://opensource.wolfsonmicro.com/regmap.git for-linus

We had some module_put() calls that didn't match any module_get() left
lying around from an earlier version of the regmap API which broke
module unload and error paths. This hadn't been noticed as most of the
usage so far had been with PMICs which can't be unloaded.

Mark Brown (1):
regmap: Remove bitrotted module_put()s

drivers/base/regmap/regmap.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/