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

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

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

parents 6ce4eac1 73f080fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1549,7 +1549,7 @@ int regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val,
						val + (i * val_bytes),
						val_bytes);
			if (ret != 0)
				return ret;
				goto out;
		}
	} else {
		ret = _regmap_raw_write(map, reg, wval, val_bytes * val_count);