]> www.infradead.org Git - users/jedix/linux-maple.git/commit
NVMe: During NVMe probe, get NVMe device information before mapping the device.
authorAshok Vairavan <ashok.vairavan@oracle.com>
Mon, 5 Jun 2017 19:24:30 +0000 (12:24 -0700)
committerAshok Vairavan <ashok.vairavan@oracle.com>
Tue, 6 Jun 2017 15:32:33 +0000 (08:32 -0700)
commit0120baeea1c91f67cb5290724f9163bcad708b03
tree7bf22e09e27ba5567e7cb8b9b2cdf3421b87f7ce
parentf54035fbff7a416cd4ab45a22e351694d3c001ed
NVMe: During NVMe probe, get NVMe device information before mapping the device.

Orabug: 26194850

As part of updating NVMe driver (Bug 25130845), the nvme device mapping was done
before getting the nvme device information. This change got introduced while
resolving a merge conflict. This caused the kernel panic during nvme probe.

Signed-off-by: Ashok Vairavan <ashok.vairavan@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/nvme/host/pci.c