Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63695
b: refs/heads/master
c: 2b05372
h: refs/heads/master
i:
  63693: 8114b6a
  63691: 2461779
  63687: f807b79
  63679: 56fc172
v: v3
  • Loading branch information
Salyzyn, Mark authored and James Bottomley committed Aug 4, 2007
1 parent db5e975 commit eb16bcd
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: 2338545aafbecce55bbc651fb3f63ebf7468b6fb
refs/heads/master: 2b053729a84b6aac197df51b8729bc9fec743bff
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,9 @@ static int __devinit aac_probe_one(struct pci_dev *pdev,
__aac_shutdown(aac);
out_unmap:
aac_fib_map_free(aac);
pci_free_consistent(aac->pdev, aac->comm_size, aac->comm_addr, aac->comm_phys);
if (aac->comm_addr)
pci_free_consistent(aac->pdev, aac->comm_size, aac->comm_addr,
aac->comm_phys);
kfree(aac->queues);
aac_adapter_ioremap(aac, 0);
kfree(aac->fibs);
Expand Down

0 comments on commit eb16bcd

Please sign in to comment.