Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31845
b: refs/heads/master
c: 0afffc7
h: refs/heads/master
i:
  31843: bc2e637
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jul 3, 2006
1 parent e08faed commit 1693da0
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: 5dd8d1e9eb8b51041505966fe96d081ecbe86efe
refs/heads/master: 0afffc723c8041a005134099847ac2a2fd0316a0
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static void mmc_wait_done(struct mmc_request *mrq)

int mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq)
{
DECLARE_COMPLETION(complete);
DECLARE_COMPLETION_ONSTACK(complete);

mrq->done_data = &complete;
mrq->done = mmc_wait_done;
Expand Down

0 comments on commit 1693da0

Please sign in to comment.