Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36643
b: refs/heads/master
c: 0d9356c
h: refs/heads/master
i:
  36641: 178dbf6
  36639: f0ad9c2
v: v3
  • Loading branch information
Tony Lindgren committed Sep 25, 2006
1 parent 3989cf2 commit cd18b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 39020842b3d8a450e80724a71d5df676535d249e
refs/heads/master: 0d9356cbb5d7a0bc8628f74fb15fd7268372c7fe
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-omap/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1159,8 +1159,8 @@ static int omap_gpio_resume(struct sys_device *dev)
wake_set = bank->base + OMAP1610_GPIO_SET_WAKEUPENA;
break;
case METHOD_GPIO_24XX:
wake_clear = bank->base + OMAP1610_GPIO_CLEAR_WAKEUPENA;
wake_set = bank->base + OMAP1610_GPIO_SET_WAKEUPENA;
wake_clear = bank->base + OMAP24XX_GPIO_CLEARWKUENA;
wake_set = bank->base + OMAP24XX_GPIO_SETWKUENA;
break;
default:
continue;
Expand Down

0 comments on commit cd18b72

Please sign in to comment.