提交 2cd44e1e 编写于 作者: M Masahiro Yamada 提交者: Jaehoon Chung

mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cd

I suspect this is a typo.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 bf9c4d14
......@@ -15,7 +15,7 @@
DECLARE_GLOBAL_DATA_PTR;
static int pci32_sdhci_get_cd(struct sdhci_host *host)
static int pic32_sdhci_get_cd(struct sdhci_host *host)
{
/* PIC32 SDHCI CD errata:
* - set CD_TEST and clear CD_TEST_INS bit
......@@ -26,7 +26,7 @@ static int pci32_sdhci_get_cd(struct sdhci_host *host)
}
static const struct sdhci_ops pic32_sdhci_ops = {
.get_cd = pci32_sdhci_get_cd,
.get_cd = pic32_sdhci_get_cd,
};
static int pic32_sdhci_probe(struct udevice *dev)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册