Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296836
b: refs/heads/master
c: 113351b
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Mar 6, 2012
1 parent a1cc5bb commit e5f3709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1b5c5e2351c5d30327f77226daab21ce9ef427f
refs/heads/master: 113351b52b296afa91d829e880037ef91f0e96f5
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/s5m-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ EXPORT_SYMBOL_GPL(s5m_reg_write);

int s5m_bulk_write(struct s5m87xx_dev *s5m87xx, u8 reg, int count, u8 *buf)
{
return regmap_raw_write(s5m87xx->regmap, reg, buf, count * sizeof(u16));
return regmap_raw_write(s5m87xx->regmap, reg, buf, count);
}
EXPORT_SYMBOL_GPL(s5m_bulk_write);

Expand Down

0 comments on commit e5f3709

Please sign in to comment.