summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorMax Gurtovoy <maxg@mellanox.com>2017-08-13 19:21:07 +0300
committerSagi Grimberg <sagi@grimberg.me>2017-08-28 23:00:39 +0300
commit60b43f627a71aaf233ef5af90f72e207c29781b4 (patch)
treeb495ac0df0c0eeabf3b9c1f045f6178fdde08dfa /drivers/nvme
parentad4e05b24c428d6125f6f10bd300600cae5079d4 (diff)
downloadop-kernel-dev-60b43f627a71aaf233ef5af90f72e207c29781b4.zip
op-kernel-dev-60b43f627a71aaf233ef5af90f72e207c29781b4.tar.gz
nvme: rename AMS symbolic constants to fit specification
Signed-off-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme')
-rw-r--r--drivers/nvme/host/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c
index b2daeaf..1db8de0 100644
--- a/drivers/nvme/host/core.c
+++ b/drivers/nvme/host/core.c
@@ -1445,7 +1445,7 @@ int nvme_enable_ctrl(struct nvme_ctrl *ctrl, u64 cap)
ctrl->ctrl_config = NVME_CC_CSS_NVM;
ctrl->ctrl_config |= (page_shift - 12) << NVME_CC_MPS_SHIFT;
- ctrl->ctrl_config |= NVME_CC_ARB_RR | NVME_CC_SHN_NONE;
+ ctrl->ctrl_config |= NVME_CC_AMS_RR | NVME_CC_SHN_NONE;
ctrl->ctrl_config |= NVME_CC_IOSQES | NVME_CC_IOCQES;
ctrl->ctrl_config |= NVME_CC_ENABLE;
OpenPOWER on IntegriCloud