Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310808
b: refs/heads/master
c: e85bbc1
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Linus Walleij committed Jun 12, 2012
1 parent b65d115 commit b493bcf
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: efec381ced2c0416c3765abce076896cf464dc0c
refs/heads/master: e85bbc19d5a9ad2b48bf8f2fd3277d6fe58f23ce
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ static void __nmk_gpio_set_wake(struct nmk_gpio_chip *nmk_chip,
* wakeup is anyhow controlled by the RIMSC and FIMSC registers.
*/
if (nmk_chip->sleepmode && on) {
__nmk_gpio_set_slpm(nmk_chip, gpio % nmk_chip->chip.base,
__nmk_gpio_set_slpm(nmk_chip, gpio % NMK_GPIO_PER_CHIP,
NMK_GPIO_SLPM_WAKEUP_ENABLE);
}

Expand Down

0 comments on commit b493bcf

Please sign in to comment.