Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254084
b: refs/heads/master
c: 297c7f2
h: refs/heads/master
v: v3
  • Loading branch information
Ohad Ben-Cohen authored and Chris Ball committed Jun 25, 2011
1 parent b1e253f commit ac787f3
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: be98ca652faa6468916a9b7608befff215a8ca70
refs/heads/master: 297c7f2f158f7dfa9ab5813260ff954f9c2f83d2
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/core/sdio_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ static int sdio_bus_remove(struct device *dev)

/* Then undo the runtime PM settings in sdio_bus_probe() */
if (func->card->host->caps & MMC_CAP_POWER_OFF_CARD)
pm_runtime_put_noidle(dev);
pm_runtime_put_sync(dev);

out:
return ret;
Expand Down

0 comments on commit ac787f3

Please sign in to comment.