Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97004
b: refs/heads/master
c: e5c0ef9
h: refs/heads/master
v: v3
  • Loading branch information
Marc Pignat authored and Pierre Ossman committed May 17, 2008
1 parent 7ee43cb commit f6da24d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 88ae600d58a8d3160144af480133a988404b8d59
refs/heads/master: e5c0ef90e6cfd40c819bd70748d675067ff862e7
5 changes: 4 additions & 1 deletion trunk/drivers/mmc/host/at91_mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,9 +663,12 @@ static void at91_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
gpio_set_value(host->board->vcc_pin, 0);
break;
case MMC_POWER_UP:
case MMC_POWER_ON:
gpio_set_value(host->board->vcc_pin, 1);
break;
case MMC_POWER_ON:
break;
default:
WARN_ON(1);
}
}
}
Expand Down

0 comments on commit f6da24d

Please sign in to comment.