numam-spdk/lib/nvme
Daniel Verkamp ca998b329e nvme: fix duplicate PCI address check
The initialization of dev_addr was replaced with probe_info.pci_addr,
but its use in spdk_pci_addr_compare() wasn't replaced to match.

Fixes commit fcb00f3780 (nvme: expand
probe information to a struct).

Change-Id: Ic4c273d2aa0bf1f9e3e1527f3ab09d3c019158cd
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-11-07 09:50:58 -07:00
..
Makefile nvme: change nvme_intel.c to nvme_quirks.c 2016-10-24 17:01:26 -07:00
nvme_ctrlr_cmd.c nvme: move create and delete I/O queue commands to PCIe 2016-10-18 10:14:00 -07:00
nvme_ctrlr.c nvme: replace trace log with error log for error conditions 2016-11-02 10:31:23 -07:00
nvme_internal.h nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
nvme_ns_cmd.c nvme: Change the deallocate interface to generic dsm 2016-10-04 14:36:09 -07:00
nvme_ns.c env: add struct spdk_pci_id and getter function 2016-11-01 09:40:36 -07:00
nvme_pcie.c nvme: expand probe information to a struct 2016-11-02 14:15:02 -07:00
nvme_qpair.c nvme: replace trace log with error log for error conditions 2016-11-02 10:31:23 -07:00
nvme_quirks.c env: add struct spdk_pci_id and getter function 2016-11-01 09:40:36 -07:00
nvme.c nvme: fix duplicate PCI address check 2016-11-07 09:50:58 -07:00