nvme: remove redundant status mask
authorCaleb Sander <csander@purestorage.com>
Wed, 31 Jan 2024 16:43:12 +0000 (09:43 -0700)
committerKeith Busch <kbusch@kernel.org>
Thu, 1 Feb 2024 00:06:12 +0000 (16:06 -0800)
commit6f9a71c61183d6849d5aeab085b210c10398af9a
treec82d440efea3254693beea4eed9ca127ebc82b33
parent4b6821940eeb238a0cc9af322e9ebe8e12613f6a
nvme: remove redundant status mask

In nvme_get_error_status_str(), the status code is already masked
with 0x7ff at the beginning of the function.
Don't bother masking it again when indexing nvme_statuses.

Signed-off-by: Caleb Sander <csander@purestorage.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/constants.c