Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44197
b: refs/heads/master
c: a98087c
h: refs/heads/master
i:
  44195: 30c9e96
v: v3
  • Loading branch information
Pierre Ossman committed Dec 11, 2006
1 parent 2b8a085 commit 49b46b5
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: 7b30d281b9c115890c75d11eaf06881261c256da
refs/heads/master: a98087cf81e91999a91ceedb2d2e3a95827c651f
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1170,8 +1170,8 @@ static int __devinit sdhci_probe_slot(struct pci_dev *pdev, int slot)
}

if (pci_resource_len(pdev, first_bar + slot) != 0x100) {
printk(KERN_ERR DRIVER_NAME ": Invalid iomem size. Aborting.\n");
return -ENODEV;
printk(KERN_ERR DRIVER_NAME ": Invalid iomem size. "
"You may experience problems.\n");
}

if ((pdev->class & 0x0000FF) == PCI_SDHCI_IFVENDOR) {
Expand Down

0 comments on commit 49b46b5

Please sign in to comment.