scsi: target: iscsi: Fix inconsistent debug message
authorHou Pu <houpu@bytedance.com>
Thu, 16 Jul 2020 10:02:12 +0000 (06:02 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 29 Jul 2020 02:15:31 +0000 (22:15 -0400)
commitdf2de6f2862984b55e93931faf7b481a7b98396d
tree87171f462a907e8c8a6cee66287649a5c7332a8f
parent4e108d4f281609a4f6e413d736be7364671016c5
scsi: target: iscsi: Fix inconsistent debug message

Commit 25cdda95fda7 ("iscsi-target: Fix initial login PDU asynchronous
socket close OOPs") changed the return value of
__iscsi_target_sk_check_close(). However, pr_debug is still printing FALSE
when returning TRUE which is a little confusing.

Link: https://lore.kernel.org/r/20200716100212.4237-3-houpu@bytedance.com
Reviewed-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Hou Pu <houpu@bytedance.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/iscsi/iscsi_target_nego.c