From: Christoph Hellwig Date: Fri, 17 Jun 2005 19:25:25 +0000 (-0700) Subject: [PATCH] PCI: don't override drv->shutdown unconditionally X-Git-Tag: v2.6.12~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794f5bfa77955c4455f6d72d8b0e2bee25f1ff0c;p=pandora-kernel.git [PATCH] PCI: don't override drv->shutdown unconditionally There are many drivers that have been setting the generic driver model level shutdown callback, and pci thus must not override it. Without this patch we can have really bad data loss on various raid controllers. Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed