Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus
This commit is contained in:
commit
0e03ae7492
@ -65,7 +65,7 @@ static int regcache_hw_init(struct regmap *map)
|
|||||||
goto err_free;
|
goto err_free;
|
||||||
}
|
}
|
||||||
ret = regmap_raw_read(map, 0, tmp_buf,
|
ret = regmap_raw_read(map, 0, tmp_buf,
|
||||||
map->num_reg_defaults_raw);
|
map->cache_size_raw);
|
||||||
map->cache_bypass = cache_bypass;
|
map->cache_bypass = cache_bypass;
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
goto err_cache_free;
|
goto err_cache_free;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user