Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252426
b: refs/heads/master
c: 8467b96
h: refs/heads/master
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed May 24, 2011
1 parent b597dc6 commit a96a2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0a219edb263ef93e4fd7a83804bea667e72a7bfa
refs/heads/master: 8467b96c035a45418c5db2619f396b7131b4efa8
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/libfc/fc_fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,7 @@ static int fc_fcp_send_data(struct fc_fcp_pkt *fsp, struct fc_seq *seq,
error = lport->tt.seq_send(lport, seq, fp);
if (error) {
WARN_ON(1); /* send error should be rare */
fc_fcp_retry_cmd(fsp);
return 0;
return error;
}
fp = NULL;
}
Expand Down

0 comments on commit a96a2e4

Please sign in to comment.