]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: move the call to nvme_init_identify earlier
authorChristoph Hellwig <hch@lst.de>
Fri, 16 Oct 2015 05:58:46 +0000 (07:58 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 1 Dec 2015 17:59:40 +0000 (10:59 -0700)
commit6a78b1f29e031493bd9a38f8259d9b92c8e51eb3
tree3fe76ebab4c4ae2c21a67b5df205b6bc3d022ea5
parentcb7c53e0f14a5b329ffe7f91a263f22aefe9eccb
nvme: move the call to nvme_init_identify earlier

We want to record the identify and CAP values even if no I/O queue
is available.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/nvme/host/pci.c