Thread (13 messages) flat view 13 messages, 3 authors, 2017-03-10

Re: [PATCH v3 net-next 7/9] net: stmicro: prepare irq_status for mtl

From: kbuild test robot <hidden>
Date: 2017-03-09 23:08:47

Hi Joao,

[auto build test ERROR on net-next/master]

url:    https://github.com/0day-ci/linux/commits/Joao-Pinto/prepare-mac-operations-for-multiple-queues/20170310-062934
config: x86_64-randconfig-x015-201710 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c: In function 'dwmac4_irq_mtl_status':
quoted
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c:422:32: error: 'ioaddr' undeclared (first use in this function)
     u32 mtl_int_qx_status = readl(ioaddr + MTL_INT_STATUS);
                                   ^~~~~~
   drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c:422:32: note: each undeclared identifier is reported only once for each function it appears in

vim +/ioaddr +422 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c

   416			pr_info("Link is Down\n");
   417		}
   418	}
   419	
   420	static int dwmac4_irq_mtl_status(struct mac_device_info *hw, u32 chan)
   421	{
 > 422		u32 mtl_int_qx_status = readl(ioaddr + MTL_INT_STATUS);
   423		void __iomem *ioaddr = hw->pcsr;
   424		int ret = 0;
   425	

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

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help