Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226795
b: refs/heads/master
c: 72e0daa
h: refs/heads/master
i:
  226793: b31b4fa
  226791: 897687d
v: v3
  • Loading branch information
Hillf Danton authored and James Bottomley committed Dec 21, 2010
1 parent e041b61 commit 3435733
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 2d6dfb005e24d7e3404f4c0d333a94b050059173
refs/heads/master: 72e0daad555bc0ca2e7abd68593087d098d866a8
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/libfc/fc_lport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1703,8 +1703,10 @@ static int fc_lport_els_request(struct fc_bsg_job *job,
info->sg = job->reply_payload.sg_list;

if (!lport->tt.exch_seq_send(lport, fp, fc_lport_bsg_resp,
NULL, info, tov))
NULL, info, tov)) {
kfree(info);
return -ECOMM;
}
return 0;
}

Expand Down

0 comments on commit 3435733

Please sign in to comment.