Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46217
b: refs/heads/master
c: c70840e
h: refs/heads/master
i:
  46215: 7fd591a
v: v3
  • Loading branch information
Pierre Ossman committed Feb 4, 2007
1 parent d4f4054 commit 63f7184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2a22b14edfdf1dce303ec48bb934a6a2edb278b5
refs/heads/master: c70840e819acdbab96b8cdf71d27cb68c6567efa
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1291,9 +1291,9 @@ static int __devinit sdhci_probe_slot(struct pci_dev *pdev, int slot)
mmc->ocr_avail = 0;
if (caps & SDHCI_CAN_VDD_330)
mmc->ocr_avail |= MMC_VDD_32_33|MMC_VDD_33_34;
else if (caps & SDHCI_CAN_VDD_300)
if (caps & SDHCI_CAN_VDD_300)
mmc->ocr_avail |= MMC_VDD_29_30|MMC_VDD_30_31;
else if (caps & SDHCI_CAN_VDD_180)
if (caps & SDHCI_CAN_VDD_180)
mmc->ocr_avail |= MMC_VDD_17_18|MMC_VDD_18_19;

if ((host->max_clk > 25000000) && !(caps & SDHCI_CAN_DO_HISPD)) {
Expand Down

0 comments on commit 63f7184

Please sign in to comment.