nvme: Remove the redundant aqa value setting
authorWesley Sheng <wesleyshenggit@sina.com>
Tue, 22 Jun 2021 03:34:43 +0000 (11:34 +0800)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 23 Jun 2021 09:21:14 +0000 (17:21 +0800)
commitc3e52c71bb0e7e5e34fadafbfcc34bce9899c100
tree061235695849a997fcb4be46addcdabd37a8f119
parent859b33c948945f7904f60a2c12a3792d356d51ad
nvme: Remove the redundant aqa value setting

AQA (Admin Queue Attributes) register is a dword size with
lower word of ASQS, and higher word of ACQS.

The code set the variable aqa twice, but it is redundant.

Signed-off-by: Wesley Sheng <wesleyshenggit@sina.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/nvme/nvme.c