]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probe
authorChristoph Hellwig <hch@lst.de>
Sat, 3 Oct 2015 07:49:23 +0000 (09:49 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 6 Jul 2016 23:31:59 +0000 (16:31 -0700)
commit19d6a1b729e6f367c58810f5f6787d142c80a2de
tree1df0954732313d283460a437c9c79ff726c72857
parent3ccdf062b4a5d7cf31856f16fabafa265aa75ea6
nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probe

And give the resulting function a sensible name.  This keeps all the
error handling in a single place and will allow for further improvements
to it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
(cherry picked from commit 3cf519b5a8d4d067e3de19736283c9414402d3a2)

Orabug: 22620486
Signed-off-by: Jason Luo <zhangqing.luo@oracle.com>
drivers/block/nvme-core.c