From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752913AbbDBKcq (ORCPT ); Thu, 2 Apr 2015 06:32:46 -0400 Received: from mga14.intel.com ([192.55.52.115]:54883 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750872AbbDBKcn (ORCPT ); Thu, 2 Apr 2015 06:32:43 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,510,1422950400"; d="scan'208";a="674267508" Date: Thu, 2 Apr 2015 15:58:16 +0530 From: Vinod Koul To: kbuild test robot Cc: Rameshwar Prasad Sahu , kbuild-all@01.org, Loc Ho , Dan Williams , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH slave-dma] dmaengine: xgene_dma_init_ring_mngr() can be static Message-ID: <20150402102816.GC6631@intel.com> References: <201504021743.BqNQUr10%fengguang.wu@intel.com> <20150402095056.GA40033@snb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150402095056.GA40033@snb> 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 On Thu, Apr 02, 2015 at 05:50:56PM +0800, kbuild test robot wrote: > > Signed-off-by: Fengguang Wu > --- > xgene-dma.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/dma/xgene-dma.c b/drivers/dma/xgene-dma.c > index 2383528..aa61935 100755 > --- a/drivers/dma/xgene-dma.c > +++ b/drivers/dma/xgene-dma.c > @@ -1623,7 +1623,7 @@ static void xgene_dma_init_hw(struct xgene_dma *pdma) > XGENE_DMA_DEV_ID_RD(val), XGENE_DMA_MAX_CHANNEL); > } > > -int xgene_dma_init_ring_mngr(struct xgene_dma *pdma) > +static int xgene_dma_init_ring_mngr(struct xgene_dma *pdma) > { > if (ioread32(pdma->csr_ring + XGENE_DMA_RING_CLKEN) && > (!ioread32(pdma->csr_ring + XGENE_DMA_RING_SRST))) Applied thanks -- ~Vinod