Signed-off-by: Alexander Gordeev <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Kyungmin Park <[email protected]>
Cc: [email protected]
---
 drivers/block/skd_main.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c
index d0550ba..1cd1095 100644
--- a/drivers/block/skd_main.c
+++ b/drivers/block/skd_main.c
@@ -3977,8 +3977,8 @@ static int skd_acquire_msix(struct skd_device *skdev)
                goto msix_out;
        }
 
-       qentry = skdev->msix_entries;
        for (i = 0; i < skdev->msix_count; i++) {
+               qentry = &skdev->msix_entries[i];
                qentry->vector = entries[i].vector;
                qentry->entry = entries[i].entry;
                qentry->rsp = NULL;
@@ -3987,7 +3987,6 @@ static int skd_acquire_msix(struct skd_device *skdev)
                         skdev->name, __func__, __LINE__,
                         pci_name(pdev), skdev->name,
                         i, qentry->vector, qentry->entry);
-               qentry++;
        }
 
        /* Enable MSI-X vectors for the base queue */
-- 
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to