Linux ATA/IDE development
 help / color / mirror / Atom feed
* [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'
@ 2017-01-18 19:48 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-01-18 19:48 UTC (permalink / raw)
  To: Tang Yuantian; +Cc: kbuild-all, linux-ide, Tejun Heo

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-18 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 19:48 [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' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox