From: Linus Torvalds Date: Mon, 12 Jun 2006 19:53:27 +0000 (-0700) Subject: [sky2] Fix sky2 network driver suspend/resume X-Git-Tag: v2.6.17~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d374c1c1281d6188a0d0676172b1c0e3de35c6e7;p=pandora-kernel.git [sky2] Fix sky2 network driver suspend/resume This fixes two independent problems: it would not save the PCI state on suspend (and thus try to resume a nonexistent state on resume), and while shut off, if an interrupt happened on the same shared irq, the irq handler would react very badly to the interrupt status being an invalid all-ones state. Acked-by: Jeff Garzik Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed