Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328480
b: refs/heads/master
c: 00ba7a5
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Linus Walleij committed Sep 10, 2012
1 parent fb0bd05 commit bfe2ee3
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: 4921e7452c2c61e0caa1a5039456cbeed3f10324
refs/heads/master: 00ba7a502d9a8ba49c54a88f5903bf7bfc33e449
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-single.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static int pcs_enable(struct pinctrl_dev *pctldev, unsigned fselector,
vals = &func->vals[i];
val = pcs->read(vals->reg);
val &= ~pcs->fmask;
val |= vals->val;
val |= (vals->val & pcs->fmask);
pcs->write(val, vals->reg);
}

Expand Down

0 comments on commit bfe2ee3

Please sign in to comment.