sdhci-pltfm: do not print errors in case of an extended iomem size
[safe/jmp/linux-2.6] / drivers / mmc / host / sdhci-pltfm.c
index 217b911..b6ee0d7 100644 (file)
@@ -61,7 +61,7 @@ static int __devinit sdhci_pltfm_probe(struct platform_device *pdev)
                goto err;
        }
 
-       if (resource_size(iomem) != 0x100)
+       if (resource_size(iomem) < 0x100)
                dev_err(&pdev->dev, "Invalid iomem size. You may "
                        "experience problems.\n");