[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201512091033.svvb9HL7%fengguang.wu@intel.com>
Date: Wed, 9 Dec 2015 10:15:17 +0800
From: kbuild test robot <lkp@...el.com>
To: Phil Reid <preid@...ctromag.com.au>
Cc: kbuild-all@...org, robh+dt@...nel.org, pawel.moll@....com,
mark.rutland@....com, ijc+devicetree@...lion.org.uk,
galak@...eaurora.org, peppe.cavallaro@...com, davem@...emloft.net,
vbridger@...nsource.altera.com, devicetree@...r.kernel.org,
netdev@...r.kernel.org, Phil Reid <preid@...ctromag.com.au>
Subject: Re: [PATCH v4 1/4] stmmac: create of compatible mdio bus for stmacc
driver
Hi Phil,
[auto build test ERROR on net-next/master]
[also build test ERROR on v4.4-rc4 next-20151208]
url: https://github.com/0day-ci/linux/commits/Phil-Reid/stmmac-create-of-compatible-mdio-bus-for-stmacc-driver/20151209-094242
config: x86_64-randconfig-b0-12090825 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c: In function 'stmmac_mdio_register':
>> drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:226:17: error: 'struct stmmac_mdio_bus_data' has no member named 'reset_gpio'
mdio_bus_data->reset_gpio = -1;
^
vim +226 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c
220 } else {
221 netdev_err(ndev, "NO MDIO subnode\n");
222 return 0;
223 }
224
225 if (priv->device->of_node)
> 226 mdio_bus_data->reset_gpio = -1;
227 }
228
229 new_bus = mdiobus_alloc();
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (25249 bytes)
Powered by blists - more mailing lists