Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261879
b: refs/heads/master
c: b00cd68
h: refs/heads/master
i:
  261877: 21d3996
  261875: 35dd151
  261871: f3c879b
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Jul 31, 2011
1 parent 3ec8e65 commit 2b28fb9
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: ec2328c30bf09fe31e77889090eeb1a965325f53
refs/heads/master: b00cd68eb3f6c81525e43f6259b65665ef32499a
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/wm831x-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ int wm831x_set_bits(struct wm831x *wm831x, unsigned short reg,
goto out;

r &= ~mask;
r |= val;
r |= val & mask;

ret = wm831x_write(wm831x, reg, 2, &r);

Expand Down

0 comments on commit 2b28fb9

Please sign in to comment.