Spdk/lib/nvme
Daniel Verkamp 184ecc4e65 nvme: fix return value of nvme_get_quirks()
This function returns uint64_t, but the existing code was returning
the bool 'false' (which is also 0, so there is no functional change).

Change-Id: I546b15974c2d9e4107efe262950e3eb5613e0e9f
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/401051
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-02-23 10:07:39 -05:00
..
Makefile build: remove $(ENV_CFLAGS) where not necessary 2018-01-03 12:05:59 -05:00
nvme_ctrlr_cmd.c astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
nvme_ctrlr.c util: add spdk_mem_all_zero() function 2018-02-23 10:05:32 -05:00
nvme_internal.h nvme: fixing ctrlr mutex free 2018-02-20 12:31:34 -05:00
nvme_ns_cmd.c astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
nvme_ns.c log: rename SPDK_TRACE_* to SPDK_LOG_* 2017-12-07 12:23:19 -05:00
nvme_pcie.c nvme: fixing ctrlr mutex free 2018-02-20 12:31:34 -05:00
nvme_qpair.c astyle: enforce braces around single-line statements 2017-12-11 11:19:32 -05:00
nvme_quirks.c nvme: fix return value of nvme_get_quirks() 2018-02-23 10:07:39 -05:00
nvme_rdma.c nvme: fixing ctrlr mutex free 2018-02-20 12:31:34 -05:00
nvme_transport.c nvme: add API to allocate CMB I/O buffers 2018-02-12 19:11:44 -05:00
nvme_uevent.c util: add spdk_strerror() wrapper with TLS support 2018-01-04 15:00:09 -05:00
nvme_uevent.h nvme: Add support of hotplug for vfio-attached devices. 2017-12-06 17:04:49 -05:00
nvme.c log: rename SPDK_TRACE_* to SPDK_LOG_* 2017-12-07 12:23:19 -05:00