Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40318
b: refs/heads/master
c: 0b3a82d
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and James Bottomley committed Oct 25, 2006
1 parent 130a4e0 commit 14a31fc
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: 46c43db1eabcdc46ad9a3d711edff1d698ecd21f
refs/heads/master: 0b3a82d391563da15df2b3a0d245d41748822489
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/lpfc/lpfc_ct.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ lpfc_alloc_ct_rsp(struct lpfc_hba * phba, int cmdcode, struct ulp_bde64 * bpl,

if (!mp->virt) {
kfree(mp);
lpfc_free_ct_rsp(phba, mlist);
if (mlist)
lpfc_free_ct_rsp(phba, mlist);
return NULL;
}

Expand Down

0 comments on commit 14a31fc

Please sign in to comment.