diff options
Diffstat (limited to 'drivers/target/tcm_fc/tfc_io.c')
-rw-r--r-- | drivers/target/tcm_fc/tfc_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/tcm_fc/tfc_io.c b/drivers/target/tcm_fc/tfc_io.c index dc7c0db26e20..071a505f98fc 100644 --- a/drivers/target/tcm_fc/tfc_io.c +++ b/drivers/target/tcm_fc/tfc_io.c | |||
@@ -228,7 +228,7 @@ void ft_recv_write_data(struct ft_cmd *cmd, struct fc_frame *fp) | |||
228 | "payload, Frame will be dropped if" | 228 | "payload, Frame will be dropped if" |
229 | "'Sequence Initiative' bit in f_ctl is" | 229 | "'Sequence Initiative' bit in f_ctl is" |
230 | "not set\n", __func__, ep->xid, f_ctl, | 230 | "not set\n", __func__, ep->xid, f_ctl, |
231 | cmd->sg, cmd->sg_cnt); | 231 | se_cmd->t_data_sg, se_cmd->t_data_nents); |
232 | /* | 232 | /* |
233 | * Invalidate HW DDP context if it was setup for respective | 233 | * Invalidate HW DDP context if it was setup for respective |
234 | * command. Invalidation of HW DDP context is requited in both | 234 | * command. Invalidation of HW DDP context is requited in both |