Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752574AbcDZQY1 (ORCPT ); Tue, 26 Apr 2016 12:24:27 -0400 Received: from mga04.intel.com ([192.55.52.120]:40196 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752014AbcDZQY0 (ORCPT ); Tue, 26 Apr 2016 12:24:26 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,537,1455004800"; d="scan'208";a="692588264" Date: Tue, 26 Apr 2016 22:00:20 +0530 From: Vinod Koul To: Eric Engestrom Cc: linux-kernel@vger.kernel.org, Daniel Mack , Haojian Zhuang , Robert Jarzmik , linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org Subject: Re: [PATCH 3/4] dmaengine: pxa_dma: remove duplicate const qualifier Message-ID: <20160426163019.GM2274@localhost> References: <1461577678-29517-1-git-send-email-eric.engestrom@imgtec.com> <1461577678-29517-3-git-send-email-eric.engestrom@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461577678-29517-3-git-send-email-eric.engestrom@imgtec.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 668 Lines: 25 On Mon, Apr 25, 2016 at 10:47:56AM +0100, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom > --- > drivers/dma/pxa_dma.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/dma/pxa_dma.c b/drivers/dma/pxa_dma.c > index 77c1c44..315901d 100644 > --- a/drivers/dma/pxa_dma.c > +++ b/drivers/dma/pxa_dma.c > @@ -1321,7 +1321,7 @@ static int pxad_init_phys(struct platform_device *op, > return 0; > } > > -static const struct of_device_id const pxad_dt_ids[] = { > +static const struct of_device_id pxad_dt_ids[] = { > { .compatible = "marvell,pdma-1.0", }, > {} > }; Applied, thanks -- ~Vinod