nvme: add device name to warning in uuid_show()
authorThomas Weißschuh <linux@weissschuh.net>
Tue, 7 Jun 2022 15:55:55 +0000 (17:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jun 2022 12:22:01 +0000 (14:22 +0200)
commitfce5e847b6efaf546554b85c974c469b660d0e59
treef58a61d3acccd8aea63e11348bfa346322383c95
parent21dda97d095cdb7b1681ccc51f83b5679e8adfd9
nvme: add device name to warning in uuid_show()

[ Upstream commit 1fc766b5c08417248e0008bca14c3572ac0f1c26 ]

This provides more context to users.

Old message:

[   00.000000] No UUID available providing old NGUID

New message:

[   00.000000] block nvme0n1: No UUID available providing old NGUID

Fixes: d934f9848a77 ("nvme: provide UUID value to userspace")
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvme/host/core.c