Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308746
b: refs/heads/master
c: 664dd06
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed May 20, 2012
1 parent e7a311f commit 699b926
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: 6fa4b9d802610116adf4b89c2f9bd155829aafd3
refs/heads/master: 664dd0665ef18462b7fc62dd8bbb3ad5d6e5a7de
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/lm3533-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int lm3533_update(struct lm3533 *lm3533, u8 reg, u8 val, u8 mask)

dev_dbg(lm3533->dev, "update [%02x]: %02x/%02x\n", reg, val, mask);

ret = regmap_update_bits(lm3533->regmap, reg, val, mask);
ret = regmap_update_bits(lm3533->regmap, reg, mask, val);
if (ret < 0) {
dev_err(lm3533->dev, "failed to update register %02x: %d\n",
reg, ret);
Expand Down

0 comments on commit 699b926

Please sign in to comment.