nvme: Use macros to access NVMe queues
authorBin Meng <bmeng.cn@gmail.com>
Tue, 22 Aug 2017 15:15:12 +0000 (08:15 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 28 Aug 2017 11:17:12 +0000 (07:17 -0400)
commit722e668db2b4dca735aafcd9ed325145d8a9208c
tree059f5a37c5c45b60a023e8e1fd4d6ea3ed8e1ff8
parent04d2a3840110e495a119e6226b5c38936b48988a
nvme: Use macros to access NVMe queues

NVMe driver only uses two queues. The first one is allocated to do
admin stuff, while the second one is for IO stuff. So far the driver
uses magic number (0/1) to access them. Change to use macros.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/nvme/nvme.c