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)
committerChristoph Hellwig <hch@lst.de>
Mon, 13 Jun 2022 17:54:04 +0000 (19:54 +0200)
commit1fc766b5c08417248e0008bca14c3572ac0f1c26
treee634b259c4cbb4254a32d0acd2aeecc2c1509fc1
parentb13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3
nvme: add device name to warning in uuid_show()

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>
drivers/nvme/host/core.c