mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
This commit is contained in:
commit
5934590796
@ -2318,7 +2318,7 @@ int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val,
|
||||
&ival);
|
||||
if (ret != 0)
|
||||
return ret;
|
||||
memcpy(val + (i * val_bytes), &ival, val_bytes);
|
||||
map->format.format_val(val + (i * val_bytes), ival, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user