public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: Rameshwar Prasad Sahu <rsahu@apm.com>,
	kbuild-all@01.org, Loc Ho <lho@apm.com>,
	Dan Williams <dan.j.williams@intel.com>,
	dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH slave-dma] dmaengine: xgene_dma_init_ring_mngr() can be static
Date: Thu, 2 Apr 2015 15:58:16 +0530	[thread overview]
Message-ID: <20150402102816.GC6631@intel.com> (raw)
In-Reply-To: <20150402095056.GA40033@snb>

On Thu, Apr 02, 2015 at 05:50:56PM +0800, kbuild test robot wrote:
> 
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.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

      reply	other threads:[~2015-04-02 10:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-02  9:50 [slave-dma:for-linus 26/28] drivers/dma/xgene-dma.c:396:25: sparse: incorrect type in assignment (different base types) kbuild test robot
2015-04-02  9:50 ` [PATCH slave-dma] dmaengine: xgene_dma_init_ring_mngr() can be static kbuild test robot
2015-04-02 10:28   ` Vinod Koul [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150402102816.GC6631@intel.com \
    --to=vinod.koul@intel.com \
    --cc=dan.j.williams@intel.com \
    --cc=dmaengine@vger.kernel.org \
    --cc=fengguang.wu@intel.com \
    --cc=kbuild-all@01.org \
    --cc=lho@apm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rsahu@apm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox