Linux ATA/IDE development
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Tang Yuantian <Yuantian.Tang@nxp.com>
Cc: kbuild-all@01.org, linux-ide@vger.kernel.org, Tejun Heo <tj@kernel.org>
Subject: [tj-libata:for-4.11 24/24] drivers/ata/ahci_qoriq.c:194:12: error: 'struct ahci_qoriq_priv' has no member named 'is_dmacoherent'
Date: Thu, 19 Jan 2017 03:48:41 +0800	[thread overview]
Message-ID: <201701190338.G77Zv5hF%fengguang.wu@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.11
head:   ef774e3dca9df8b34367aa9d9fca2c1c08fcde7d
commit: ef774e3dca9df8b34367aa9d9fca2c1c08fcde7d [24/24] ahci: qoriq: added ls2088a platforms support
config: x86_64-randconfig-x001-201703 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout ef774e3dca9df8b34367aa9d9fca2c1c08fcde7d
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_phy_init':
>> drivers/ata/ahci_qoriq.c:194:12: error: 'struct ahci_qoriq_priv' has no member named 'is_dmacoherent'
      if (qpriv->is_dmacoherent)
               ^~

vim +194 drivers/ata/ahci_qoriq.c

   188			writel(AHCI_PORT_AXICC_CFG, reg_base + PORT_AXICC);
   189			break;
   190	
   191		case AHCI_LS2088A:
   192			writel(AHCI_PORT_PHY_1_CFG, reg_base + PORT_PHY1);
   193			writel(AHCI_PORT_TRANS_CFG, reg_base + PORT_TRANS);
 > 194			if (qpriv->is_dmacoherent)
   195				writel(AHCI_PORT_AXICC_CFG, reg_base + PORT_AXICC);
   196			break;
   197		}

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 24665 bytes --]

                 reply	other threads:[~2017-01-18 19:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=201701190338.G77Zv5hF%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=Yuantian.Tang@nxp.com \
    --cc=kbuild-all@01.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=tj@kernel.org \
    /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