Loading drivers/mmc/sdhci.c +2 −4 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ static void sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) if (cmd->data) flags |= SDHCI_CMD_DATA; writel(SDHCI_MAKE_CMD(cmd->opcode, flags), writew(SDHCI_MAKE_CMD(cmd->opcode, flags), host->ioaddr + SDHCI_COMMAND); } Loading Loading @@ -1193,10 +1193,8 @@ static int __devinit sdhci_probe_slot(struct pci_dev *pdev, int slot) version = (version & SDHCI_SPEC_VER_MASK) >> SDHCI_SPEC_VER_SHIFT; if (version != 0) { printk(KERN_ERR "%s: Unknown controller version (%d). " "Cowardly refusing to continue.\n", host->slot_descr, "You may experience problems.\n", host->slot_descr, version); ret = -ENODEV; goto unmap; } caps = readl(host->ioaddr + SDHCI_CAPABILITIES); Loading Loading
drivers/mmc/sdhci.c +2 −4 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ static void sdhci_send_command(struct sdhci_host *host, struct mmc_command *cmd) if (cmd->data) flags |= SDHCI_CMD_DATA; writel(SDHCI_MAKE_CMD(cmd->opcode, flags), writew(SDHCI_MAKE_CMD(cmd->opcode, flags), host->ioaddr + SDHCI_COMMAND); } Loading Loading @@ -1193,10 +1193,8 @@ static int __devinit sdhci_probe_slot(struct pci_dev *pdev, int slot) version = (version & SDHCI_SPEC_VER_MASK) >> SDHCI_SPEC_VER_SHIFT; if (version != 0) { printk(KERN_ERR "%s: Unknown controller version (%d). " "Cowardly refusing to continue.\n", host->slot_descr, "You may experience problems.\n", host->slot_descr, version); ret = -ENODEV; goto unmap; } caps = readl(host->ioaddr + SDHCI_CAPABILITIES); Loading