Loading drivers/mmc/sdhci.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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) { if (pci_resource_len(pdev, first_bar + slot) != 0x100) { printk(KERN_ERR DRIVER_NAME ": Invalid iomem size. Aborting.\n"); printk(KERN_ERR DRIVER_NAME ": Invalid iomem size. " return -ENODEV; "You may experience problems.\n"); } } if ((pdev->class & 0x0000FF) == PCI_SDHCI_IFVENDOR) { if ((pdev->class & 0x0000FF) == PCI_SDHCI_IFVENDOR) { Loading Loading
drivers/mmc/sdhci.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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) { if (pci_resource_len(pdev, first_bar + slot) != 0x100) { printk(KERN_ERR DRIVER_NAME ": Invalid iomem size. Aborting.\n"); printk(KERN_ERR DRIVER_NAME ": Invalid iomem size. " return -ENODEV; "You may experience problems.\n"); } } if ((pdev->class & 0x0000FF) == PCI_SDHCI_IFVENDOR) { if ((pdev->class & 0x0000FF) == PCI_SDHCI_IFVENDOR) { Loading