From patchwork Mon Feb 6 15:17:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrey Smirnov X-Patchwork-Id: 9558203 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 44B1860242 for ; Mon, 6 Feb 2017 15:19:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 34DD92522B for ; Mon, 6 Feb 2017 15:19:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 29C8F27F9A; Mon, 6 Feb 2017 15:19:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id CAE432522B for ; Mon, 6 Feb 2017 15:19:07 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cal4I-0001C0-Hz; Mon, 06 Feb 2017 15:19:02 +0000 Received: from mail-pf0-f194.google.com ([209.85.192.194]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1cal49-00013p-EZ for linux-arm-kernel@lists.infradead.org; Mon, 06 Feb 2017 15:18:55 +0000 Received: by mail-pf0-f194.google.com with SMTP id 19so7091231pfo.3 for ; Mon, 06 Feb 2017 07:18:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=s+X3BARCqVXsD80B5TebY40LUddlaZtO/K+6ZTdmXj0=; b=oDVzlDi6FPgLW7F3E4drMQarPjTzPopnymxyNT4hYSgnbEqm1gp/ibRq+SLCg20dU/ z4vKWAyHKj1hhQLnDWxRXHzeMnkB0SJ9ZvpjOidmtAcKtQqLvwzLN7bqETvHZq/TmQ5t tCKJs0xLPpE3+WhvQR+f00AtcWhKglOcUCiJHQ5Ema5ikx2o89PrdB+PYn6sAOmyK8rd SCpVhUkK7ZGffq14viplPodztu9nXvXGgyX0oAE/HRrAbFQtaoZ+uKUeCciu6ob39/IX 4d4ek1swQ9W9iQlA4763NV+BGnhErRSj9otc0MhUvFmk6Cz6QEyF9TVksWtMLxWcuX5H ASfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=s+X3BARCqVXsD80B5TebY40LUddlaZtO/K+6ZTdmXj0=; b=Fx+yjB7i1FnRhQCc8Ft+h+C4p67Wb0Zjy0FzCEyHPTRj/omShQ3EiyGstt9fcbUGzS Y5sAQZ1jgqJAxqKE8WZLbPEazY0EVfJf7Z/oax1zjiF/dY6Vw61YhnnKjNm1Z13dISxJ j4RAXVzOH2Du6orSb+IZB1Oynl73cXdkJ3H6xbRnY7Pb4/TdLx7kIrpRlc4BpMpzVU50 0+s0zUei9p0L11tc3NBVNWgfLNtG1BL1R+orPK5UL9fbeEJ/oxhLzBtI092TX/SdhXRo 8vFwv2mNEgYZEk0h7yustD0y8B352B1AzRKtsDxi8GWDL1PVbCpJOma8Ynr5iU99NA2W 51iw== X-Gm-Message-State: AIkVDXLAnjxlp3Jpazb2kJaARV3dKf8/tE47rCPV+2oHFxBp7JYRCx/biOMWkCWwwD1BDg== X-Received: by 10.99.6.5 with SMTP id 5mr13775632pgg.122.1486394252648; Mon, 06 Feb 2017 07:17:32 -0800 (PST) Received: from localhost.localdomain (c-73-19-0-61.hsd1.wa.comcast.net. [73.19.0.61]) by smtp.gmail.com with ESMTPSA id w25sm3555497pge.27.2017.02.06.07.17.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Feb 2017 07:17:32 -0800 (PST) From: Andrey Smirnov To: linux-pci@vger.kernel.org Subject: [PATCH v3 1/3] PCI: imx6: Fix a typo in error message Date: Mon, 6 Feb 2017 07:17:14 -0800 Message-Id: <20170206151716.10381-2-andrew.smirnov@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170206151716.10381-1-andrew.smirnov@gmail.com> References: <20170206151716.10381-1-andrew.smirnov@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170206_071853_514987_7B6491F2 X-CRM114-Status: GOOD ( 10.42 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrey Smirnov , linux-kernel@vger.kernel.org, Fabio Estevam , Bjorn Helgaas , yurovsky@gmail.com, linux-arm-kernel@lists.infradead.org, Lucas Stach MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Cc: yurovsky@gmail.com Cc: Lucas Stach Cc: Bjorn Helgaas Cc: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Acked-by: Lucas Stach Signed-off-by: Andrey Smirnov --- drivers/pci/host/pci-imx6.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c index c8cefb0..50a1291 100644 --- a/drivers/pci/host/pci-imx6.c +++ b/drivers/pci/host/pci-imx6.c @@ -678,8 +678,7 @@ static int __init imx6_pcie_probe(struct platform_device *pdev) imx6_pcie->pcie_inbound_axi = devm_clk_get(dev, "pcie_inbound_axi"); if (IS_ERR(imx6_pcie->pcie_inbound_axi)) { - dev_err(dev, - "pcie_incbound_axi clock missing or invalid\n"); + dev_err(dev, "pcie_inbound_axi clock missing or invalid\n"); return PTR_ERR(imx6_pcie->pcie_inbound_axi); } }