From: Linas Vepstas Date: Thu, 31 Aug 2006 21:27:48 +0000 (-0700) Subject: e100: fix error recovery X-Git-Tag: v2.6.19-rc1~1263^2~64^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d26f24e864204dfaa82b1252477e981ba9ef24;p=pandora-kernel.git e100: fix error recovery A recent patch in -mm3 titled "gregkh-pci-pci-don-t-enable-device-if-already-enabled.patch" causes pci_enable_device() to be a no-op if the kernel thinks that the device is already enabled. This change breaks the PCI error recovery mechanism in the e100 device driver, since, after PCI slot reset, the card is no longer enabled. This is a trivial fix for this problem. Tested. Signed-off-by: Linas Vepstas Signed-off-by: Andrew Morton Signed-off-by: Auke Kok --- Reading git-diff-tree failed