From patchwork Mon Sep 2 08:14:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2852712 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9A28AC0AB5 for ; Mon, 2 Sep 2013 08:33:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7C8CC2024D for ; Mon, 2 Sep 2013 08:33:20 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2309F2023F for ; Mon, 2 Sep 2013 08:33:19 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VGPZS-00052G-Ve; Mon, 02 Sep 2013 08:33:15 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VGPZQ-0001PD-Rk; Mon, 02 Sep 2013 08:33:12 +0000 Received: from mail-pa0-f45.google.com ([209.85.220.45]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VGPZO-0001NM-7l for linux-arm-kernel@lists.infradead.org; Mon, 02 Sep 2013 08:33:10 +0000 Received: by mail-pa0-f45.google.com with SMTP id bg4so4916631pad.18 for ; Mon, 02 Sep 2013 01:32:47 -0700 (PDT) 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; bh=rKEbrbZYR+WrOtgUkzqdi5ldfLD/xz1AyuYRrYiS4cU=; b=U3lr68je7kM68fIFuqslz7zjpe0IaQv4oy79WgU1IJonQU/70TtqqN1Pg8+cLnfBNq 2VJa2JPrzs1dKtRND04S2MRrnC+cMdjh8cPmg1D1DJy4vqdX7mn09FvmcAsNyzRLrJE9 f0C7W+VBdUUnAu1d09g/bA+dXCqWFP9aOeOcz3ojyqfndiMe1KWVAu9g5PmNDhwIjC3R r7/g/5/V1L6xIi8Hy4+YYmgFaJeQyYvWFJk02D5Zy4XGLXg956BsE00zGspHtfe4S8nM aKJGQ0okP3GT/W2H9LZr/+/EkihrN+t4AnZF3P/PsKWGmIpebaXQ98tZdaXvn7OSgFcT AWiw== X-Gm-Message-State: ALoCoQks9P9CyiQ/4vhCjooK5c6EF00NKtDGrSw8PcoVKDZF2YB3SGewNA9K+NP49h//6nBAAg6J X-Received: by 10.66.122.100 with SMTP id lr4mr1557579pab.164.1378110763220; Mon, 02 Sep 2013 01:32:43 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id bu4sm14418577pbc.11.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 02 Sep 2013 01:32:42 -0700 (PDT) From: Sachin Kamat To: linux-kernel@vger.kernel.org Subject: [PATCH 1/2] dma: ste_dma40: Remove duplicate const Date: Mon, 2 Sep 2013 13:44:58 +0530 Message-Id: <1378109699-25245-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130902_043310_354659_F13C7366 X-CRM114-Status: UNSURE ( 9.59 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: vinod.koul@intel.com, linus.walleij@linaro.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 'const' was added twice. Signed-off-by: Sachin Kamat --- drivers/dma/ste_dma40.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index 7bbcabb..df0a606 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -3485,7 +3485,7 @@ static int __init d40_of_probe(struct platform_device *pdev, { struct stedma40_platform_data *pdata; int num_phy = 0, num_memcpy = 0, num_disabled = 0; - const const __be32 *list; + const __be32 *list; pdata = devm_kzalloc(&pdev->dev, sizeof(struct stedma40_platform_data),