Re: [PATCH 5/5] nvmet-fc: use pr_* print macros instead of dev_*
From: Daniel Wagner
Date: Tue Oct 28 2025 - 11:47:15 EST
On Tue, Oct 28, 2025 at 04:26:24PM +0100, Daniel Wagner wrote:
> 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.
Signed-off-by: Daniel Wagner <wagi@xxxxxxxxxx>