[PATCH] e1000: Reset all functions after a PCI error
authorLinas Vepstas <linas@austin.ibm.com>
Fri, 20 Oct 2006 21:42:14 +0000 (14:42 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 21 Oct 2006 18:08:24 +0000 (14:08 -0400)
commit7347b03d25ad7d7f001373cf64f709457c6af618
treedbf818a4167151c0960d7685d5b76bf976f0b11f
parent6f0f6d87a2a5fc96fc54e90961d5244d668e5fbb
[PATCH] e1000: Reset all functions after a PCI error

During the handling of the PCI error recovery sequence, the current e1000
driver erroneously blocks a device reset for any but the first PCI
function.  It shouldn't -- this is a cut-n-paste error from a different
driver (which tolerated only one hardware reset per hardware card).

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
Acked-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/e1000/e1000_main.c