regmap: When we sanity check during range adds say what errors we find
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 3 Oct 2012 11:17:51 +0000 (12:17 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 15 Oct 2012 00:59:59 +0000 (09:59 +0900)
commit061adc064adbbdd9eb127ab2e86b7a71f4ccaf2e
treea967814d5255d9b8d25f4153d774160dace93201
parente3549cd01347ef211d01353bdf2572b086574007
regmap: When we sanity check during range adds say what errors we find

Rather than just returning a single error code for every possible thing we
can notice print an error message saying what the problem was. This makes
it very much easier to figure out what's wrong and fix it.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regmap.c