]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita407c748026bb9bc55e3778fbcc45e0874c172ee
treee634b259c4cbb4254a32d0acd2aeecc2c1509fc1
parent71374b58ebc7666369d670c06d1176f81c437c59
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: 3188aaf23a68 ("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