commit | 40606dba450830e50420599c52a86cf6ce5c6a14 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Apr 06 15:17:32 2012 -0600 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Apr 07 09:25:34 2012 +0100 |
tree | 05ba5a5027b2e583e8c66b96516ae8d0c7c09944 | |
parent | 45f5ff8107a845854b1d1812ab1d9c5541f08b4d [diff] |
regmap: mmio: convert some error returns to BUG() Some of the error conditions detected by regmap_mmio_*() are pure internal errors, rather than user-/client-triggerable conditions. Convert these to BUG(). Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>