Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292861
b: refs/heads/master
c: 031ed4d
h: refs/heads/master
i:
  292859: e3b1dc5
v: v3
  • Loading branch information
Nicholas Bellinger committed Mar 10, 2012
1 parent b6654d0 commit 4598930
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: c7ec05c82bfd6acf1fd800d628591500805f3179
refs/heads/master: 031ed4d565b31880a4136bb7366bc89f5b1dba7d
6 changes: 4 additions & 2 deletions trunk/drivers/target/tcm_fc/tfc_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,12 @@ static void ft_send_resp_status(struct fc_lport *lport,

fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_DD_CMD_STATUS, 0);
sp = fr_seq(fp);
if (sp)
if (sp) {
lport->tt.seq_send(lport, sp, fp);
else
lport->tt.exch_done(sp);
} else {
lport->tt.frame_send(lport, fp);
}
}

/*
Expand Down

0 comments on commit 4598930

Please sign in to comment.