nvme: use better description for async reset reason
authorKeith Busch <kbusch@kernel.org>
Thu, 22 Aug 2024 15:18:08 +0000 (08:18 -0700)
committerKeith Busch <kbusch@kernel.org>
Fri, 23 Aug 2024 16:52:04 +0000 (09:52 -0700)
commit5a6d3a638c93881b7a7c13df870238b91399578a
treee8d12ad68e2efecf968844f15d6838e5c616a6b0
parentf4bd3139933da65c2daa402b2a4d5fe469133aec
nvme: use better description for async reset reason

The NVMe AER notification of a persistent internal error triggers a
reset. The existing warning message just says "due to AER", which can be
confused with the unrelated PCIe AER condition. Just say what the event
was instead of the generic overloaded acronym.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c