]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit041673d4cb525bad4429e3fc129a90bf11ce532b
tree061235695849a997fcb4be46addcdabd37a8f119
parentbcc337ae1b18f6d831aa3926ddd0e433dd56ec7b
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