Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333035
b: refs/heads/master
c: 7875f17
h: refs/heads/master
i:
  333033: 4050830
  333031: d1c995a
v: v3
  • Loading branch information
Wei Yongjun authored and Nicholas Bellinger committed Sep 18, 2012
1 parent 8dd6281 commit 89833f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d81cb44726f050d7cf1be4afd9cb45d153b52066
refs/heads/master: 7875f179085608c659b676be74d33a2e515d8f43
3 changes: 2 additions & 1 deletion trunk/drivers/target/tcm_fc/tfc_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,12 @@ void ft_recv_write_data(struct ft_cmd *cmd, struct fc_frame *fp)
*/
void ft_invl_hw_context(struct ft_cmd *cmd)
{
struct fc_seq *seq = cmd->seq;
struct fc_seq *seq;
struct fc_exch *ep = NULL;
struct fc_lport *lport = NULL;

BUG_ON(!cmd);
seq = cmd->seq;

/* Cleanup the DDP context in HW if DDP was setup */
if (cmd->was_ddp_setup && seq) {
Expand Down

0 comments on commit 89833f4

Please sign in to comment.