commit | 631dde6320dcb5273f4ef51fbbfc179258dce39a | [log] [tgz] |
---|---|---|
author | Wesley Sheng <wesleyshenggit@sina.com> | Tue Jun 22 11:34:43 2021 +0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 23 17:21:14 2021 +0800 |
tree | 061235695849a997fcb4be46addcdabd37a8f119 | |
parent | 85a956132453fd70b6d95e27e7a337e094253fbf [diff] |
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>