From patchwork Fri Jan 13 03:13:48 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 91248 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1956399qgi; Thu, 12 Jan 2017 19:14:13 -0800 (PST) X-Received: by 10.28.172.7 with SMTP id v7mr300366wme.37.1484277253556; Thu, 12 Jan 2017 19:14:13 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id u73si9503621wrc.271.2017.01.12.19.14.13; Thu, 12 Jan 2017 19:14:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7B0F0A75F3; Fri, 13 Jan 2017 04:14:11 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EhHrs8cFSY8v; Fri, 13 Jan 2017 04:14:11 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C8A1FA75CA; Fri, 13 Jan 2017 04:14:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 084A3A75CA for ; Fri, 13 Jan 2017 04:14:08 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GwPv13sHAH79 for ; Fri, 13 Jan 2017 04:14:07 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by theia.denx.de (Postfix) with ESMTPS id 3F65CA75C2 for ; Fri, 13 Jan 2017 04:14:03 +0100 (CET) Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id v0D3Dooe009631; Fri, 13 Jan 2017 12:13:50 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com v0D3Dooe009631 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1484277231; bh=gl+Xl0Pr++aagUoDRHTTdBOxixYIrwJ8Bp5Ej8M2Z/8=; h=From:To:Cc:Subject:Date:From; b=IcjEQHqN2WoHmpQR29BxRRwGeUVbpzk9TO45bMKSXeBO4fmhRcdx8NOAqVrPyceIz Xo1fOwy4FFG4JUBkDlN0ZyZ9TAaioPKAGERuAw8s0HC1vZJmpGL5LMsnlKbDKr72G8 YP7fLzDTWv4wa/CJl5Ng7u3W5XH7esnI9CBRezX+aX5BfCuxH6yZ9LU+WHm5hLDHl6 7Ucyc0Jag8t9MyGvL3MyPlPGAunLDOtMDsEfqBnBcc2QfOxGApglPwdnBEWQnaUPWz Xc4V0727j+vL+XnvPNRBD2YHhqHk5XhepJPWvhQX8n+Y8LsjzbSZB2NaJnD8uJNkBR S9n3gwGrRwhNg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Fri, 13 Jan 2017 12:13:48 +0900 Message-Id: <1484277228-17704-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Subject: [U-Boot] [PATCH v2] mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cd X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" I suspect this is a typo. Signed-off-by: Masahiro Yamada --- Changes in v2: - Fix a typo in subject drivers/mmc/pic32_sdhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/drivers/mmc/pic32_sdhci.c b/drivers/mmc/pic32_sdhci.c index fd2f5e3..c06364c 100644 --- a/drivers/mmc/pic32_sdhci.c +++ b/drivers/mmc/pic32_sdhci.c @@ -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)