From: Alan Date: Wed, 21 Feb 2007 16:41:23 +0000 (+0000) Subject: [PATCH] Fix oops in pata_pcmcia X-Git-Tag: v2.6.21-rc2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eafb4f184cd89e8af5676ec49ae35184172553fe;p=pandora-kernel.git [PATCH] Fix oops in pata_pcmcia The change to the devres layer re-orders the execution of cleanup functions and in turn causes the pcmcia layer to oops as it zaps a pointer now needed later on. We simply leave the pointer alone. Signed-off-by: Alan Cox Acked-by: Jeff Garzik Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed