From: kbuild test robot <lkp@intel.com>
To: Kedareswara rao Appana <appana.durga.rao@xilinx.com>
Cc: kbuild-all@01.org, robh+dt@kernel.org, pawel.moll@arm.com,
mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
galak@codeaurora.org, michal.simek@xilinx.com,
soren.brinkmann@xilinx.com, vinod.koul@intel.com,
dan.j.williams@intel.com, appanad@xilinx.com,
moritz.fischer@ettus.com, laurent.pinchart@ideasonboard.com,
luis@debethencourt.com, anirudh@xilinx.com, punnaia@xilinx.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org
Subject: Re: [PATCH v5 2/2] dmaengine: Add Xilinx zynqmp dma engine driver support
Date: Wed, 13 Apr 2016 14:07:46 +0800 [thread overview]
Message-ID: <201604131449.w6WNkVob%fengguang.wu@intel.com> (raw)
In-Reply-To: <1460524609-8722-2-git-send-email-appanad@xilinx.com>
[-- Attachment #1: Type: text/plain, Size: 1553 bytes --]
Hi Kedareswara,
[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.6-rc3 next-20160412]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Kedareswara-rao-Appana/Documentation-DT-dma-Add-Xilinx-zynqmp-dma-device-tree-binding-documentation/20160413-132011
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux for-next
config: i386-allmodconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/dma/xilinx/zynqmp_dma.c: In function 'zynqmp_dma_reset':
>> drivers/dma/xilinx/zynqmp_dma.c:753:30: error: 'dchan' undeclared (first use in this function)
zynqmp_dma_free_descriptors(dchan);
^
drivers/dma/xilinx/zynqmp_dma.c:753:30: note: each undeclared identifier is reported only once for each function it appears in
vim +/dchan +753 drivers/dma/xilinx/zynqmp_dma.c
747 static void zynqmp_dma_reset(struct zynqmp_dma_chan *chan)
748 {
749 writel(ZYNQMP_DMA_IDS_DEFAULT_MASK, chan->regs + ZYNQMP_DMA_IDS);
750
751 zynqmp_dma_complete_descriptor(chan);
752 zynqmp_dma_chan_desc_cleanup(chan);
> 753 zynqmp_dma_free_descriptors(dchan);
754 zynqmp_dma_init(chan);
755 }
756
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 54421 bytes --]
next prev parent reply other threads:[~2016-04-13 6:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-13 5:16 [PATCH v5 1/2] Documentation: DT: dma: Add Xilinx zynqmp dma device tree binding documentation Kedareswara rao Appana
2016-04-13 5:16 ` [PATCH v5 2/2] dmaengine: Add Xilinx zynqmp dma engine driver support Kedareswara rao Appana
2016-04-13 6:07 ` kbuild test robot [this message]
2016-04-13 6:11 ` Appana Durga Kedareswara Rao
2016-04-14 15:04 ` [PATCH v5 1/2] Documentation: DT: dma: Add Xilinx zynqmp dma device tree binding documentation Rob Herring
2016-04-15 8:52 ` Appana Durga Kedareswara Rao
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=201604131449.w6WNkVob%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=anirudh@xilinx.com \
--cc=appana.durga.rao@xilinx.com \
--cc=appanad@xilinx.com \
--cc=dan.j.williams@intel.com \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=kbuild-all@01.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luis@debethencourt.com \
--cc=mark.rutland@arm.com \
--cc=michal.simek@xilinx.com \
--cc=moritz.fischer@ettus.com \
--cc=pawel.moll@arm.com \
--cc=punnaia@xilinx.com \
--cc=robh+dt@kernel.org \
--cc=soren.brinkmann@xilinx.com \
--cc=vinod.koul@intel.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