]> git.baikalelectronics.ru Git - kernel.git/commit
e1000: fix ethtool test irq alloc as "probe"
authorAuke Kok <auke-jan.h.kok@intel.com>
Thu, 8 Jun 2006 16:28:38 +0000 (09:28 -0700)
committerAuke Kok <juke-jan.h.kok@intel.com>
Thu, 8 Jun 2006 16:28:38 +0000 (09:28 -0700)
commitcf208804635c9b4996f4e4e6a77f2f013ba2cb96
tree63f35532786844d5a32e391e13e5bafe7bb6ef0f
parente9a4c1cb380509a1a4ded2db28464a2b4d3cd616
e1000: fix ethtool test irq alloc as "probe"

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 <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
drivers/net/e1000/e1000_ethtool.c