mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 07:04:04 +08: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