2
0
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:
Mark Brown 2021-01-21 19:38:21 +00:00
commit aa3233086b
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -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);
}