1
0
Fork 0

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

hifive-unleashed-5.1
Mark Brown 2013-11-26 13:16:56 +00:00
commit a46b6e7283
1 changed files with 1 additions and 1 deletions

View File

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