1
0
Fork 0

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>
hifive-unleashed-5.1
Hannes Reinecke 2016-08-22 10:54:08 +02:00 committed by Nicholas Bellinger
parent 1b4c59b7a1
commit b04bf5833e
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ static void ft_send_work(struct work_struct *work)
TARGET_SCF_ACK_KREF))
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;
err: