Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360251
b: refs/heads/master
c: bfb4809
h: refs/heads/master
i:
  360249: 3d3bbce
  360247: bbef5ae
v: v3
  • Loading branch information
Sakthivel K authored and James Bottomley committed Feb 22, 2013
1 parent 10ab91e commit 2b1dc8e
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: 5eca4a67b803172eeee7684282348652f9261c5c
refs/heads/master: bfb4809f7fff2f2db3d0de41ea4f49fd3f2f0aa4
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/pm8001/pm8001_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ static void pm8001_free(struct pm8001_hba_info *pm8001_ha)
for (i = 0; i < USI_MAX_MEMCNT; i++) {
if (pm8001_ha->memoryMap.region[i].virt_ptr != NULL) {
pci_free_consistent(pm8001_ha->pdev,
pm8001_ha->memoryMap.region[i].element_size,
(pm8001_ha->memoryMap.region[i].total_len +
pm8001_ha->memoryMap.region[i].alignment),
pm8001_ha->memoryMap.region[i].virt_ptr,
pm8001_ha->memoryMap.region[i].phys_addr);
}
Expand Down

0 comments on commit 2b1dc8e

Please sign in to comment.