Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297347
b: refs/heads/master
c: da721cf
h: refs/heads/master
i:
  297345: 9433bbe
  297343: 33b1e8f
v: v3
  • Loading branch information
Adrian Hunter authored and Chris Ball committed Mar 27, 2012
1 parent 179266e commit 29c49de
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 83bb24aaa4af2ec7c127cc2a5fa7ca9f64cdd13d
refs/heads/master: da721cf7808f9731454757d704f0aa69ae2f1aae
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/host/sdhci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ static inline void sdhci_pci_remove_own_cd(struct sdhci_pci_slot *slot)
static int mfd_emmc_probe_slot(struct sdhci_pci_slot *slot)
{
slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE;
slot->host->mmc->caps2 = MMC_CAP2_BOOTPART_NOACC;
slot->host->mmc->caps2 |= MMC_CAP2_BOOTPART_NOACC |
MMC_CAP2_HC_ERASE_SZ;
return 0;
}

Expand Down

0 comments on commit 29c49de

Please sign in to comment.