commit | 3b58ee13da7510115b66f71c67c9e87b47e9c4aa | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Fri Dec 13 09:14:07 2013 -0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Dec 16 20:54:35 2013 +0000 |
tree | 96cadc0cf8c2152e53e92942ec32233696d28688 | |
parent | bd60e381fab88979c3312265d18bb635c314d242 [diff] |
regmap: Allow regmap_bulk_read() to work for "no-bus" regmaps regmap_bulk_read() should decay to performing individual reads if we're using a "no-bus" regmap. Unfortunately, it returns an error because there is no map->bus pointer. Fix it. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mark Brown <broonie@linaro.org>