From: Danny Tholen Date: Sun, 27 Aug 2006 08:23:29 +0000 (-0700) Subject: [PATCH] 1394: fix for recently added firewire patch that breaks things on ppc X-Git-Tag: v2.6.18-rc5~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7334bb4ae931159384acf168eacb0d5d6e0d083c;p=pandora-kernel.git [PATCH] 1394: fix for recently added firewire patch that breaks things on ppc Recently a patch was added for preliminary suspend/resume handling on !PPC_PMAC. However, this broke both suspend and firewire on powerpc because it saves the pci state after the device has already been disabled. This moves the save state to before the pmac specific code. Signed-off-by: Danny Tholen Cc: Stefan Richter Acked-by: Benjamin Herrenschmidt Cc: Ben Collins Cc: Jody McIntyre Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed