regmap: Make return code checks consistent
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 4 Oct 2012 16:39:13 +0000 (17:39 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 15 Oct 2012 01:00:00 +0000 (10:00 +0900)
The range code was written to check for return codes less than zero as
errors but throughout the rest of the API return codes not equal to zero
are errors. Change all these checks to match the house style.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found