Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276614
b: refs/heads/master
c: c99872a
h: refs/heads/master
v: v3
  • Loading branch information
Kyungmin Park authored and Chris Ball committed Dec 10, 2011
1 parent 5e7f748 commit f57def4
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: a80f16276388a177199204aa5b60f328d4464110
refs/heads/master: c99872a16fa7642987f30c750dc166674b0d8060
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ int mmc_card_sleep(struct mmc_host *host)

mmc_bus_get(host);

if (host->bus_ops && !host->bus_dead && host->bus_ops->awake)
if (host->bus_ops && !host->bus_dead && host->bus_ops->sleep)
err = host->bus_ops->sleep(host);

mmc_bus_put(host);
Expand Down

0 comments on commit f57def4

Please sign in to comment.