commit | eafb4f184cd89e8af5676ec49ae35184172553fe | [log] [tgz] |
---|---|---|
author | Alan <alan@lxorguk.ukuu.org.uk> | Wed Feb 21 16:41:23 2007 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 26 13:02:08 2007 -0800 |
tree | 3ad7e2700079b87c9cf86ada4f7889d6bfb6b214 | |
parent | 8cd0ae056a8d3528e4deb7ecc046304bb2d5a680 [diff] |
[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 <alan@redhat.com> Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>