[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150402102816.GC6631@intel.com>
Date: Thu, 2 Apr 2015 15:58:16 +0530
From: Vinod Koul <vinod.koul@...el.com>
To: kbuild test robot <fengguang.wu@...el.com>
Cc: Rameshwar Prasad Sahu <rsahu@....com>, kbuild-all@...org,
Loc Ho <lho@....com>, Dan Williams <dan.j.williams@...el.com>,
dmaengine@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH slave-dma] dmaengine: xgene_dma_init_ring_mngr() can be
static
On Thu, Apr 02, 2015 at 05:50:56PM +0800, kbuild test robot wrote:
>
> Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
> ---
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists