Commit aa323308 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'regmap/for-5.12' into regmap-next

parents 19c329f6 b67498d6
...@@ -68,7 +68,7 @@ static int regcache_hw_init(struct regmap *map) ...@@ -68,7 +68,7 @@ static int regcache_hw_init(struct regmap *map)
map->cache_bypass = cache_bypass; map->cache_bypass = cache_bypass;
if (ret == 0) { if (ret == 0) {
map->reg_defaults_raw = tmp_buf; map->reg_defaults_raw = tmp_buf;
map->cache_free = 1; map->cache_free = true;
} else { } else {
kfree(tmp_buf); kfree(tmp_buf);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment