RE: [PATCH net-next 2/3] Add LAN743X to Kconfig and Makefile (fwd)

2017-08-14 Thread Bryan.Whitehead
> I don't think netdev_priv can return NULL, so lines 6641 to 6646 could just be > dropped. > > julia > Julia, Thanks for the feedback. I will make changes and submit again later. Bryan

Re: [PATCH net-next 2/3] Add LAN743X to Kconfig and Makefile

2017-08-14 Thread kbuild test robot
Hi Bryan, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Bryan-Whitehead-microchip-com/Add-LAN743X-driver/20170814-141247 config: i386-allyesconfig (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the a

Re: [PATCH net-next 2/3] Add LAN743X to Kconfig and Makefile (fwd)

2017-08-14 Thread Julia Lawall
I don't think netdev_priv can return NULL, so lines 6641 to 6646 could just be dropped. julia -- Forwarded message -- Date: Mon, 14 Aug 2017 18:14:12 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: Re: [PATCH net-next 2/3] Add LAN743X to Kconfi

[PATCH net-next 2/3] Add LAN743X to Kconfig and Makefile

2017-08-11 Thread Bryan.Whitehead
From: Bryan Whitehead Add LAN743X Driver to Kconfig and Makefile Removed "depends on SPI" from NET_VENDOR_MICROCHIP group Because all existing drivers already specify SPI dependency, and New driver does not have SPI dependency. Signed-off-by: Bryan Whitehead --- drivers/net/ethernet/microchip