Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75040
b: refs/heads/master
c: c6573c9
h: refs/heads/master
v: v3
  • Loading branch information
Pierre Ossman committed Dec 12, 2007
1 parent 579eee4 commit 5ed9eab
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: dc93441b3f5879a096dd117a81df541b0855ebbb
refs/heads/master: c6573c94670882079174e2ea0da4abf1a0da51fe
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ static int __devinit sdhci_probe_slot(struct pci_dev *pdev, int slot)

version = readw(host->ioaddr + SDHCI_HOST_VERSION);
version = (version & SDHCI_SPEC_VER_MASK) >> SDHCI_SPEC_VER_SHIFT;
if (version != 0) {
if (version > 1) {
printk(KERN_ERR "%s: Unknown controller version (%d). "
"You may experience problems.\n", host->slot_descr,
version);
Expand Down

0 comments on commit 5ed9eab

Please sign in to comment.