New code added in 2.6.17 caused setup_irq to print a warning when running ethtool -t eth0 offline. This test marks the request_irq call made by this test as a "probe" to see if the interrupt is shared or not. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok --- Jeff, Because upstream and upstream-fixes have a whitespace conflict in them, I've prepared two separate git branches to pull from so that a subsequent pull or merge from upstream-fixes into upstream doesn't resolve into a conflict: please pull from our git-server: into upstream: git-pull git://lost.foo-projects.org/~ahkok/git/netdev-2.6 upstream into upstream-fixes: git-pull git://lost.foo-projects.org/~ahkok/git/netdev-2.6 upstream-fixes Cheers, Auke --- e1000_ethtool.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)