]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
nvme-pci: rename to nvme_pci_configure_admin_queue
authorSagi Grimberg <sagi@grimberg.me>
Sun, 30 Apr 2017 21:27:17 +0000 (00:27 +0300)
committerSagi Grimberg <sagi@grimberg.me>
Sun, 2 Jul 2017 12:03:23 +0000 (15:03 +0300)
we are going to need the name for the core routine...

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
drivers/nvme/host/pci.c

index fe3907a082ba569273060a19dc0a527e6da9e4fb..eb729ff70e7d1c67bfc04eb2111a831b90d3d184 100644 (file)
@@ -1383,7 +1383,7 @@ static int nvme_remap_bar(struct nvme_dev *dev, unsigned long size)
        return 0;
 }
 
-static int nvme_configure_admin_queue(struct nvme_dev *dev)
+static int nvme_pci_configure_admin_queue(struct nvme_dev *dev)
 {
        int result;
        u32 aqa;
@@ -2096,7 +2096,7 @@ static void nvme_reset_work(struct work_struct *work)
        if (result)
                goto out;
 
-       result = nvme_configure_admin_queue(dev);
+       result = nvme_pci_configure_admin_queue(dev);
        if (result)
                goto out;