diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-08-16 21:23:40 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-09-26 08:15:54 +0100 |
commit | e9e9d3973594cadd9e892bc79f914f299bb61124 (patch) | |
tree | 30b3bb2865a5f4e267b7353efdd41c4888249872 /mm/memblock.c | |
parent | c38715fed8f51a8fba4a15f86732ad885f073d78 (diff) |
mfd: da9052: Avoid setting read_flag_mask for da9052-i2c driver
Current code init regmap with &da9052_regmap_config for both da9052-spi and
da9052-i2c drivers. da9052-spi sets the read_flag_mask.
The same setting may be applied for da9052-i2c if da9052-spi driver is loaded
first because they actually use the same regmap_config setting.
Fix this issue by using a local variable for regmap_config in da9052-spi driver,
so the settings in spi driver won't impact the settings in i2c driver.
Also makes da9052_regmap_config const to avoid similar issue.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'mm/memblock.c')
0 files changed, 0 insertions, 0 deletions