Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276941
b: refs/heads/master
c: 8f6a459
h: refs/heads/master
i:
  276939: 17b6e97
v: v3
  • Loading branch information
Marcus Folkesson authored and Samuel Ortiz committed Dec 20, 2011
1 parent 6358b8e commit 4ae5b4c
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: df7206477e36bb73e81b99c2cbbc1b91e4b1c8ac
refs/heads/master: 8f6a459a9daa6ce76d7c192f2cb3047fffb45ec8
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ int tps65910_clear_bits(struct tps65910 *tps65910, u8 reg, u8 mask)
goto out;
}

data &= mask;
data &= ~mask;
err = tps65910_i2c_write(tps65910, reg, 1, &data);
if (err)
dev_err(tps65910->dev, "write to reg %x failed\n", reg);
Expand Down

0 comments on commit 4ae5b4c

Please sign in to comment.