Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361731
b: refs/heads/master
c: 6a40cdd
h: refs/heads/master
i:
  361729: 3ef34dd
  361727: 4b196b2
v: v3
  • Loading branch information
Axel Lin authored and Linus Walleij committed Mar 13, 2013
1 parent 1a6c49a commit ba59f00
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: ad4e1a7caf937ad395ced585ca85a7d14395dc80
refs/heads/master: 6a40cdd5440d7b61a349bc04e85eed4fa7c24a3c
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-abx500.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ static u8 abx500_get_mode(struct pinctrl_dev *pctldev, struct gpio_chip *chip,
}

/* check if pin use AlternateFunction register */
if ((af.alt_bit1 == UNUSED) && (af.alt_bit1 == UNUSED))
if ((af.alt_bit1 == UNUSED) && (af.alt_bit2 == UNUSED))
return mode;
/*
* if pin GPIOSEL bit is set and pin supports alternate function,
Expand Down

0 comments on commit ba59f00

Please sign in to comment.