nvmet-fc: use pr_* print macros instead of dev_*
authorDaniel Wagner <wagi@kernel.org>
Tue, 28 Oct 2025 15:26:24 +0000 (16:26 +0100)
committerKeith Busch <kbusch@kernel.org>
Thu, 4 Dec 2025 22:46:13 +0000 (14:46 -0800)
commit57413f0899fab78be87bdb4272ac2f8be83a9b39
tree7d7f546907440d961e84d9715235f2616da670db
parent86ef6f7fc7412e462a4e9ae7490862dfee06b913
nvmet-fc: use pr_* print macros instead of dev_*

Many of the nvmet-fc log messages cannot print the device used, because
it's not there yet:

  (NULL device *): {0:0} Association deleted

Use the pr_* macros consistently throughout the module and match the
output of the nvme-fc module.

Using port:association ids are more useful when debugging what's going
on, because these match now with the log entries from nvme-fc.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Daniel Wagner <wagi@kernel.org>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/target/fc.c