diff options
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/tcm_fc/tfc_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/tcm_fc/tfc_cmd.c b/drivers/target/tcm_fc/tfc_cmd.c index 3926f4a66cb6..a08119f57039 100644 --- a/drivers/target/tcm_fc/tfc_cmd.c +++ b/drivers/target/tcm_fc/tfc_cmd.c | |||
@@ -408,7 +408,7 @@ static void ft_send_tm(struct ft_cmd *cmd) | |||
408 | sess = cmd->sess; | 408 | sess = cmd->sess; |
409 | transport_send_check_condition_and_sense(&cmd->se_cmd, | 409 | transport_send_check_condition_and_sense(&cmd->se_cmd, |
410 | cmd->se_cmd.scsi_sense_reason, 0); | 410 | cmd->se_cmd.scsi_sense_reason, 0); |
411 | ft_sess_put(sess); | 411 | transport_generic_free_cmd(&cmd->se_cmd, 0); |
412 | return; | 412 | return; |
413 | } | 413 | } |
414 | 414 | ||