[PATCH] PCI: don't override drv->shutdown unconditionally
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Jun 2005 19:25:25 +0000 (12:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 17 Jun 2005 19:34:20 +0000 (12:34 -0700)
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 <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found