aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/tcm_fc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/target/tcm_fc')
-rw-r--r--drivers/target/tcm_fc/tfc_cmd.c2
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 3c6c5a1c7dd0..c2d148d80cf7 100644
--- a/drivers/target/tcm_fc/tfc_cmd.c
+++ b/drivers/target/tcm_fc/tfc_cmd.c
@@ -639,7 +639,7 @@ static void ft_send_work(struct work_struct *work)
639 transport_generic_free_cmd(se_cmd, 0, 0); 639 transport_generic_free_cmd(se_cmd, 0, 0);
640 return; 640 return;
641 } 641 }
642 transport_generic_handle_cdb(se_cmd); 642 transport_handle_cdb_direct(se_cmd);
643 return; 643 return;
644 644
645err: 645err: