Skip to content

Commit b04bf58

Browse files
hreineckeNicholas Bellinger
authored andcommitted
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: Hannes Reinecke <hare@suse.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
1 parent 1b4c59b commit b04bf58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/target/tcm_fc/tfc_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ static void ft_send_work(struct work_struct *work)
575575
TARGET_SCF_ACK_KREF))
576576
goto err;
577577

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

581581
err:

0 commit comments

Comments
 (0)