commit | 0ff3e62ff119f2b65b0a8ad48fcb669f609fd904 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Oct 04 17:39:13 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Oct 15 10:00:00 2012 +0900 |
tree | 5562bd2118d59c0e4db00c03a1a64abea7887d39 | |
parent | 98bc7dfd76407eaa0964ecb4d5319c957a3b9df9 [diff] |
regmap: Make return code checks consistent 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>