Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276923
b: refs/heads/master
c: 5c7f0e0
h: refs/heads/master
i:
  276921: ce0ee6a
  276919: 185d74a
v: v3
  • Loading branch information
Ohad Ben-Cohen authored and Chris Ball committed Dec 19, 2011
1 parent 12f9b35 commit c9cd65c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 29495aa04a30c21565243c5b9c028510446d242c
refs/heads/master: 5c7f0e083d2d98ba14ddd10e88f001a0ead4cae4
11 changes: 0 additions & 11 deletions trunk/drivers/mmc/core/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,17 +302,6 @@ struct mmc_host *mmc_alloc_host(int extra, struct device *dev)
host->max_blk_size = 512;
host->max_blk_count = PAGE_CACHE_SIZE / 512;

/*
* Enable runtime power management by default. This flag was added due
* to runtime power management causing disruption for some users, but
* the power on/off code has been improved since then.
*
* We'll enable this flag by default as an experiment, and if no
* problems are reported, we will follow up later and remove the flag
* altogether.
*/
host->caps = MMC_CAP_POWER_OFF_CARD;

return host;

free:
Expand Down

0 comments on commit c9cd65c

Please sign in to comment.