]> git.baikalelectronics.ru Git - kernel.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)
committerJens Axboe <axboe@fb.com>
Fri, 9 Oct 2015 16:40:36 +0000 (10:40 -0600)
commit23432cf6af78a41bb540304b2fdba08156785636
treed4f3b2784f94befaa19552413e44cbb61b319535
parent8e41a81fba91f2cbc2f2a20347d7227c54f06d2a
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>
drivers/block/nvme-core.c