Skip to content

Commit

Permalink
Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Nov 26, 2013
2 parents 6ce4eac + 73f080f commit a46b6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/regmap/regmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a46b6e7

Please sign in to comment.