Message ID | 1480612516-18853-3-git-send-email-bgolaszewski@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> 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 4D47560585 for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 1 Dec 2016 17:18:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3A64C28520 for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 1 Dec 2016 17:18:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2F47328524; Thu, 1 Dec 2016 17:18:10 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9998F28520 for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 1 Dec 2016 17:18:07 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1cCUyA-0005Md-7x; Thu, 01 Dec 2016 17:16:26 +0000 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cCUxZ-0004YO-Oh for linux-arm-kernel@lists.infradead.org; Thu, 01 Dec 2016 17:15:52 +0000 Received: by mail-wm0-x22e.google.com with SMTP id a197so305517467wmd.0 for <linux-arm-kernel@lists.infradead.org>; Thu, 01 Dec 2016 09:15:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=nzzP9J1SJj08wNLpG8chzBu1o48O40tqDAdZ/DmQihY=; b=dpcJByymy8pw0I0FBmmIFlIm2G65zbZUqDyqQKf0GR+cSFaBehFiQVZ6qcbMJ1sZsJ eiMEmklwrrg3jDosArw7mMQ3yjjrgHxKzfEthpfoVEZi/0non3JspMsS7YfRsde1WD0h FTionsDtA7x6JF9Y4Ks+1QG6vRMnIp9M89YDomziCE4Pf/me1S8CaLosuBzyXe5PljEw K5g6RUAdDWfKTBh5US9b1fqPxMCoZkvzoz1MtMUf11yCf5P0yMc0Ur8/K1xgjHSpbTjC tgDd1vIKKISYrmVShGft2tvvBkhYXOFfk8WOIJldTeH/rSSwB9cvGnw5WhaFTL9kxW3g 1+2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=nzzP9J1SJj08wNLpG8chzBu1o48O40tqDAdZ/DmQihY=; b=jrrHMH9xBAzGV7z6ymwNdwGEA4pqZh5O9S2GE1TUB5S/WBLZiZBzhPKlMYg6BpFMOA 6t0spHNw4PPOumfbKXw9vT3ef2KygdWTFNFfUOGYFlTB8toNKyD45OpxrfutIL4c27Mq 2iNybqugNc3UmuJyWA/rQ+y2OMny9sf9rxcBcK0fsyqQM8/gg/MN13wpqVe+6dQk0HkT W1vtfadE2LJHiMrKgGONXBzv2fv06M69nC45Xw3dBXVPiyn/0Kfaw6SfUUE7B3OfxnTR H8qtJ4D7n11dXNVIva71c/Ik1+heVPpQ336dAMk1tyB4s24+/+khvrB0pKv05UhjCExP aAnw== X-Gm-Message-State: AKaTC01SguGumPfUMW8Gjpe9gfDd/ulJKYo0wGgWoN+FFixbyDrKF1kawH61p4ir1pD9MH5H X-Received: by 10.28.199.71 with SMTP id x68mr32607950wmf.34.1480612527592; Thu, 01 Dec 2016 09:15:27 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id a13sm14261527wma.18.2016.12.01.09.15.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Dec 2016 09:15:27 -0800 (PST) From: Bartosz Golaszewski <bgolaszewski@baylibre.com> To: Kevin Hilman <khilman@baylibre.com>, Michael Turquette <mturquette@baylibre.com>, Sekhar Nori <nsekhar@ti.com>, Peter Ujfalusi <peter.ujfalusi@ti.com>, Russell King <linux@armlinux.org.uk> Subject: [PATCH 2/3] ARM: da850: coding style fix Date: Thu, 1 Dec 2016 18:15:15 +0100 Message-Id: <1480612516-18853-3-git-send-email-bgolaszewski@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1480612516-18853-1-git-send-email-bgolaszewski@baylibre.com> References: <1480612516-18853-1-git-send-email-bgolaszewski@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161201_091550_043250_DF824D26 X-CRM114-Status: UNSURE ( 9.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>, LKML <linux-kernel@vger.kernel.org>, arm-soc <linux-arm-kernel@lists.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index 1e11ce8..855b720 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c @@ -542,7 +542,7 @@ static struct clk_lookup da850_clks[] = { CLK("spi_davinci.0", NULL, &spi0_clk), CLK("spi_davinci.1", NULL, &spi1_clk), CLK("vpif", NULL, &vpif_clk), - CLK("ahci_da850", NULL, &sata_clk), + CLK("ahci_da850", NULL, &sata_clk), CLK("davinci-rproc.0", NULL, &dsp_clk), CLK(NULL, NULL, &ehrpwm_clk), CLK("ehrpwm.0", "fck", &ehrpwm0_clk),
Fix alignment of the clock lookup table entries. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> --- arch/arm/mach-davinci/da850.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)