NVMe: Add a pci_driver shutdown method
authorKeith Busch <keith.busch@intel.com>
Mon, 27 Jan 2014 16:29:40 +0000 (11:29 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 28 Jan 2014 01:12:15 +0000 (20:12 -0500)
commit09ece1424f52a2d3ad0ab715e96b0fb342af4f03
tree2011442081fd0fe6195df1747e74e60d0c9ac04f
parenta1a5ef9998b1379780790b878457b0e0f48b25db
NVMe: Add a pci_driver shutdown method

We need to shut down the device cleanly when the system is being shut down.
This was in an earlier patch but was inadvertently lost during a rewrite.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme-core.c