Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302457
b: refs/heads/master
c: c8b2559
h: refs/heads/master
i:
  302455: ce0cdcb
v: v3
  • Loading branch information
Jayamohan Kallickal authored and James Bottomley committed Apr 25, 2012
1 parent e57dcfa commit eee04e6
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: b547f2d699c48e1defbbe7e9349d4bfca33bd219
refs/heads/master: c8b25598dc587b321cf97ed192c2e83d7cdc128a
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/be2iscsi/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2908,9 +2908,11 @@ beiscsi_post_pages(struct beiscsi_hba *phba)
static void be_queue_free(struct beiscsi_hba *phba, struct be_queue_info *q)
{
struct be_dma_mem *mem = &q->dma_mem;
if (mem->va)
if (mem->va) {
pci_free_consistent(phba->pcidev, mem->size,
mem->va, mem->dma);
mem->va = NULL;
}
}

static int be_queue_alloc(struct beiscsi_hba *phba, struct be_queue_info *q,
Expand Down

0 comments on commit eee04e6

Please sign in to comment.