From: kbuild test robot <lkp@intel.com>
To: info@are.ma
Cc: kbuild-all@01.org, linux-media@vger.kernel.org, "Буди Романто,
AreMa Inc" <knightrider@are.ma>,
linux-kernel@vger.kernel.org, crope@iki.fi, m.chehab@samsung.com,
mchehab@osg.samsung.com, hdegoede@redhat.com,
laurent.pinchart@ideasonboard.com, mkrufky@linuxtv.org,
sylvester.nawrocki@gmail.com, g.liakhovetski@gmx.de,
peter.senna@gmail.com
Subject: Re: [media 7/7] PCI bridge driver for PT3 & PXQ3PE
Date: Mon, 15 Feb 2016 19:51:28 +0800 [thread overview]
Message-ID: <201602151933.AENaXAD2%fengguang.wu@intel.com> (raw)
In-Reply-To: <a0c13be89c5f43de0693f37144a00255c6090ffd.1455528251.git.knightrider@are.ma>
[-- Attachment #1: Type: text/plain, Size: 1979 bytes --]
Hi Буди,
[auto build test ERROR on linuxtv-media/master]
[cannot apply to v4.5-rc4 next-20160215]
[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/info-are-ma/Driver-bundle-for-PT3-PX-Q3PE/20160215-173307
base: git://linuxtv.org/media_tree.git master
config: microblaze-allmodconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=microblaze
All errors (new ones prefixed by >>):
drivers/media/pci/ptx/pxq3pe_pci.c: In function 'pxq3pe_remove':
>> drivers/media/pci/ptx/pxq3pe_pci.c:493:20: error: 'dma_ops' undeclared (first use in this function)
if (c->dma.dat && dma_ops->free)
^
drivers/media/pci/ptx/pxq3pe_pci.c:493:20: note: each undeclared identifier is reported only once for each function it appears in
drivers/media/pci/ptx/pxq3pe_pci.c: In function 'pxq3pe_probe':
drivers/media/pci/ptx/pxq3pe_pci.c:561:41: error: 'dma_ops' undeclared (first use in this function)
if (dev->dma_mask && *dev->dma_mask && dma_ops->alloc) {
^
vim +/dma_ops +493 drivers/media/pci/ptx/pxq3pe_pci.c
487 }
488 pxq3pe_w(card, PXQ3PE_I2C_ADR_GPIO, 0x80, ®ctl, 1, PXQ3PE_MODE_GPIO);
489 pxq3pe_power(card, false);
490
491 /* dma_hw_unmap */
492 free_irq(pdev->irq, card);
> 493 if (c->dma.dat && dma_ops->free)
494 dma_ops->free(&pdev->dev, c->dma.sz, c->dma.dat, c->dma.adr, NULL);
495 for (i = 0; i < card->adapn; i++) {
496 struct ptx_adap *adap = &card->adap[i];
---
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: 43717 bytes --]
next prev parent reply other threads:[~2016-02-15 11:53 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 9:27 [media 0/7] Driver bundle for PT3 & PX-Q3PE info
2016-02-15 9:27 ` [media 1/7] raise adapter number limit info
2016-02-15 9:27 ` [media 2/7] add NXP tda2014x & Newport Media nm120/130/131 tuners info
2016-02-15 9:27 ` [media 3/7] drop backstabbing drivers info
2016-02-15 9:27 ` [media 4/7] Toshiba TC90522XBG quad demod (2ch OFDM + 2ch 8PSK) for PT3 & PXQ3PE info
2016-02-15 9:27 ` [media 5/7] MaxLinear MxL301RF ISDB-T tuner info
2016-02-15 9:27 ` [media 6/7] Sharp QM1D1C0042 ISDB-S tuner info
2016-02-15 9:27 ` [media 7/7] PCI bridge driver for PT3 & PXQ3PE info
2016-02-15 11:51 ` kbuild test robot [this message]
2016-02-15 12:57 ` kbuild test robot
2016-02-16 2:07 ` AreMa Inc.
[not found] <cover.1455566803.git.knightrider@are.ma>
2016-02-15 20:07 ` info
-- strict thread matches above, loose matches on Subject: below --
2016-02-15 17:24 [media 0/7] Driver bundle for PT3 & PX-Q3PE info
2016-02-15 17:10 ` [media 7/7] PCI bridge driver for PT3 & PXQ3PE info
2016-02-15 6:08 [media 0/7] Driver bundle for PT3 & PX-Q3PE info
2016-02-15 6:08 ` [media 7/7] PCI bridge driver for PT3 & PXQ3PE info
2016-02-15 6:23 ` kbuild test robot
2016-02-15 6:47 ` kbuild test robot
2016-02-15 7:34 ` kbuild test robot
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=201602151933.AENaXAD2%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=crope@iki.fi \
--cc=g.liakhovetski@gmx.de \
--cc=hdegoede@redhat.com \
--cc=info@are.ma \
--cc=kbuild-all@01.org \
--cc=knightrider@are.ma \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=m.chehab@samsung.com \
--cc=mchehab@osg.samsung.com \
--cc=mkrufky@linuxtv.org \
--cc=peter.senna@gmail.com \
--cc=sylvester.nawrocki@gmail.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