Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350506
b: refs/heads/master
c: 7541083
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin authored and Linus Walleij committed Feb 5, 2013
1 parent c67eb83 commit 9418364
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: 362ba3cfb45a68d12b6b7d2584eda6df28c77bcb
refs/heads/master: 7541083fc4d9b24f63ea2e8e7726aeb5b2786176
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-xway.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ static int xway_pinconf_get(struct pinctrl_dev *pctldev,
else
reg = GPIO_OD(pin);
*config = LTQ_PINCONF_PACK(param,
!!gpio_getbit(info->membase[0], reg, PORT_PIN(pin)));
!gpio_getbit(info->membase[0], reg, PORT_PIN(pin)));
break;

case LTQ_PINCONF_PARAM_PULL:
Expand Down

0 comments on commit 9418364

Please sign in to comment.