diff options
Diffstat (limited to 'drivers/target/tcm_fc/tfc_cmd.c')
-rw-r--r-- | drivers/target/tcm_fc/tfc_cmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/tcm_fc/tfc_cmd.c b/drivers/target/tcm_fc/tfc_cmd.c index 55a278ed1111..6195026cc7b0 100644 --- a/drivers/target/tcm_fc/tfc_cmd.c +++ b/drivers/target/tcm_fc/tfc_cmd.c | |||
@@ -267,7 +267,6 @@ static void ft_recv_seq(struct fc_seq *sp, struct fc_frame *fp, void *arg) | |||
267 | 267 | ||
268 | if (IS_ERR(fp)) { | 268 | if (IS_ERR(fp)) { |
269 | /* XXX need to find cmd if queued */ | 269 | /* XXX need to find cmd if queued */ |
270 | cmd->se_cmd.t_state = TRANSPORT_REMOVE; | ||
271 | cmd->seq = NULL; | 270 | cmd->seq = NULL; |
272 | transport_generic_free_cmd(&cmd->se_cmd, 0); | 271 | transport_generic_free_cmd(&cmd->se_cmd, 0); |
273 | return; | 272 | return; |