scsi: target: core: Fix a pr_debug() argument
authorBart Van Assche <bvanassche@acm.org>
Thu, 7 Nov 2019 21:55:25 +0000 (13:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jan 2020 07:20:36 +0000 (08:20 +0100)
commit3cb816cf0e2409d669be267a998fce3cf0e5690b
treefc99816899a74d639dc8450070f6a5b750d3d426
parent3bf34ef5202275b5515a5756b59e10094b4965fe
scsi: target: core: Fix a pr_debug() argument

commit c941e0d172605731de9b4628bd4146d35cf2e7d6 upstream.

Print the string for which conversion failed instead of printing the
function name twice.

Fixes: 2650d71e244f ("target: move transport ID handling to the core")
Cc: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20191107215525.64415-1-bvanassche@acm.org
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/target/target_core_fabric_lib.c