Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109763
b: refs/heads/master
c: 6bf6a1a
h: refs/heads/master
i:
  109761: 9ea8cc2
  109759: b8133a3
v: v3
  • Loading branch information
Julia Lawall authored and Tony Luck committed Sep 10, 2008
1 parent a1596f1 commit ba03200
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: 47633cf0d60bde5581d039ac1283ef4377a6e782
refs/heads/master: 6bf6a1a49377c32a02939ec835553703994f3e41
4 changes: 3 additions & 1 deletion trunk/arch/ia64/sn/pci/tioca_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,10 @@ tioca_dma_mapped(struct pci_dev *pdev, u64 paddr, size_t req_size)
entry = find_next_zero_bit(map, mapsize, last_entry);
}

if (entry > mapsize)
if (entry > mapsize) {
kfree(ca_dmamap);
goto map_return;
}

for (i = 0; i < entries; i++)
set_bit(entry + i, map);
Expand Down

0 comments on commit ba03200

Please sign in to comment.