Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b04bf583 authored by Hannes Reinecke's avatar Hannes Reinecke Committed by Nicholas Bellinger
Browse files

target/tcm_fc: print command pointer in debug message



When allocating a new command we should add the pointer to the
debug statements; that allows us to match this with other debug
statements for handling data.

Signed-off-by: default avatarHannes Reinecke <hare@suse.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 1b4c59b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -575,7 +575,7 @@ static void ft_send_work(struct work_struct *work)
			      TARGET_SCF_ACK_KREF))
			      TARGET_SCF_ACK_KREF))
		goto err;
		goto err;


	pr_debug("r_ctl %x alloc target_submit_cmd\n", fh->fh_r_ctl);
	pr_debug("r_ctl %x target_submit_cmd %p\n", fh->fh_r_ctl, cmd);
	return;
	return;


err:
err: