Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59345907 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'regmap/fix/core' into regmap-linus

parents d4a4f75c 15b8d2c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
		}
	}