commit | f7e2cec02b0e5bfe2180f09de9b0bc724774c51a | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Tue Feb 25 13:45:49 2014 +0000 |
committer | Mark Brown <broonie@linaro.org> | Wed Feb 26 08:58:40 2014 +0900 |
tree | 069c88a3b24694ba55beeca97a631022a28db0df | |
parent | 7a7a70b49b51e90593ae072a9402d6615d05e895 [diff] |
regmap: Mark reg_defaults in regmap_multi_reg_write as const There should be no need for the writes supplied to this function to be edited by it so mark them as const. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>