mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
Merge remote-tracking branch 'regmap/for-5.12' into regmap-next
This commit is contained in:
commit
aa3233086b
|
|
@ -68,7 +68,7 @@ static int regcache_hw_init(struct regmap *map)
|
|||
map->cache_bypass = cache_bypass;
|
||||
if (ret == 0) {
|
||||
map->reg_defaults_raw = tmp_buf;
|
||||
map->cache_free = 1;
|
||||
map->cache_free = true;
|
||||
} else {
|
||||
kfree(tmp_buf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user