Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335529
b: refs/heads/master
c: 90b3e6c
h: refs/heads/master
i:
  335527: eb23e48
v: v3
  • Loading branch information
Adrian Hunter authored and Chris Ball committed Nov 7, 2012
1 parent deff3e9 commit 9dedbc1
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: 6eb30adf962983754f1a05eb79c2a9260fb7f5a6
refs/heads/master: 90b3e6c53b006d55952183d8ada2ce3ebc0dce06
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ static struct sdhci_pci_slot * __devinit sdhci_pci_probe_slot(
return ERR_PTR(-ENODEV);
}

if (pci_resource_len(pdev, bar) != 0x100) {
if (pci_resource_len(pdev, bar) < 0x100) {
dev_err(&pdev->dev, "Invalid iomem size. You may "
"experience problems.\n");
}
Expand Down

0 comments on commit 9dedbc1

Please sign in to comment.