Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350501
b: refs/heads/master
c: 49dcf08
h: refs/heads/master
i:
  350499: b1a9431
v: v3
  • Loading branch information
Lee Jones authored and Linus Walleij committed Feb 5, 2013
1 parent e9982b3 commit 20a1dff
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: a8f96e4178920b43525da7b2635b2ee3a53896b8
refs/heads/master: 49dcf086e42c990639b84152e29ebd5aa49d6dde
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-abx500.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static int abx500_gpio_set_bits(struct gpio_chip *chip, u8 reg,

reg += offset / 8;
ret = abx500_mask_and_set_register_interruptible(pct->dev,
AB8500_MISC, reg, 1 << pos, val << pos);
AB8500_MISC, reg, BIT(pos), val << pos);
if (ret < 0)
dev_err(pct->dev, "%s write failed\n", __func__);
return ret;
Expand Down

0 comments on commit 20a1dff

Please sign in to comment.