Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65623
b: refs/heads/master
c: 6db5020
h: refs/heads/master
i:
  65621: e9abb03
  65619: 10d93b7
  65615: 1ce684a
v: v3
  • Loading branch information
Pierre Ossman committed Sep 23, 2007
1 parent a83bf40 commit 09aaac2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22bfc979d38f57d5b10d141990175d8fc47f6775
refs/heads/master: 6db5020e7386ddf17378f91eb8c445433e5b07cd
6 changes: 6 additions & 0 deletions trunk/drivers/mmc/core/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,12 @@ int mmc_attach_sdio(struct mmc_host *host, u32 ocr)
if (err)
goto remove;

/*
* No support for high-speed yet, so just set
* the card's maximum speed.
*/
mmc_set_clock(host, card->cis.max_dtr);

/*
* Initialize (but don't add) all present functions.
*/
Expand Down

0 comments on commit 09aaac2

Please sign in to comment.