Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145006
b: refs/heads/master
c: 1ffafeb
h: refs/heads/master
v: v3
  • Loading branch information
Mike Rapoport authored and Mark Brown committed May 11, 2009
1 parent e1e1fd7 commit 89477e8
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: 914dc18255e430ceabb10b57394e01814c69c5cd
refs/heads/master: 1ffafeb556d50de8039e14f1cbbe58e9e4549915
2 changes: 1 addition & 1 deletion trunk/sound/arm/pxa2xx-ac97-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static void set_resetgpio_mode(int resetgpio_action)
switch (resetgpio_action) {
case RESETGPIO_NORMAL_ALTFUNC:
if (reset_gpio == 113)
mode = 113 | GPIO_OUT | GPIO_DFLT_LOW;
mode = 113 | GPIO_ALT_FN_2_OUT;
if (reset_gpio == 95)
mode = 95 | GPIO_ALT_FN_1_OUT;
break;
Expand Down

0 comments on commit 89477e8

Please sign in to comment.