From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH -next 1/2] net: bfin_mac: Fix error handling in probe function Date: Sat, 9 Jan 2016 21:52:40 +0100 Message-ID: <20160109205240.GA6877@lunn.ch> References: <1452357427-30578-1-git-send-email-linux@roeck-us.net> <20160109165802.GD28813@lunn.ch> <56914D21.9050804@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , adi-buildroot-devel@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Guenter Roeck Return-path: Content-Disposition: inline In-Reply-To: <56914D21.9050804@roeck-us.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Sat, Jan 09, 2016 at 10:10:41AM -0800, Guenter Roeck wrote: > Hi Andrew, > > On 01/09/2016 08:58 AM, Andrew Lunn wrote: > >Hi Guenter > > > >Same fix was submitted yesterday by Sudip Mukherjee. > > > > I missed that one, sorry. > > How about drivers/net/ethernet/toshiba/tc35815.c ? It now has an unused > variable due to e7f4dc3536a4, and it fails to build because of 7f854420fbfe. > > Which leads to the question which of the other build failures due to > 7f854420fbfe have been addressed already. In addition to the toshiba driver, > I see build failures in drivers/net/ethernet/ti/cpmac.c and possibly > drivers/staging/octeon/ethernet-rgmii.c (the error message is different, > so it may be something else). > > I don't see patches for those, but I guess I must be blind, so I figure I > better ask before I send out mine. That i have seen so far: Wantiq_etp.c: Me octeon/ethernet-rgmii.c: Me adi/bfin_mac.c: Sudip Mukerjee nxp/lpc_eth.c: Fabio Estevam Plus there is an interesting one for micrel.c which is going to have to wait a while. I think you should post your fix for ti/cpmac.c and toshiba/tc35815.c Looks like i did a poor jobs of build testing :-( Andrew