Re: [PATCH net-next 5/5] gianfar_ethtool: coding style and whitespace cleanups
From: David Miller <davem@davemloft.net>
Date: 2012-06-05 21:38:15
From: Florian Fainelli <florian@openwrt.org> Date: Tue, 05 Jun 2012 12:54:34 +0200
Hi, On Tuesday 05 June 2012 12:49:43 Jan Ceuleers wrote:quoted
On 06/05/2012 11:14 AM, David Miller wrote:quoted
From: Jan Ceuleers <redacted> Date: Tue, 05 Jun 2012 07:54:29 +0200quoted
So your build environment happens to be one of powerpc, alpha or mips, does it?No, I get those errors you posted too. But like I said, you simply IGNORE THEM, and look for newly introduced errors and warnings.David, The error I quoted was a fatal error, meaning that compilation did not proceed beyond the point to which the error pertained (inclusion of a header that does not exist in my arch). So I cannot test-compile the driver on my arch and draw any conclusions from that beyond line 91.What about you setup a cross-compiler and build for one of these architectures where the driver is enabled?
Dammit, people read what I'm saying. This isn't even necessary for quick validation of patches. You ignore the compile errors when you force build the driver, and then you simply make sure you don't introduce any new errors of warnings into the build. For quick sanity checking a cross build is absolutely overkill and simply not necessary.