Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113726
b: refs/heads/master
c: ab396eb
h: refs/heads/master
v: v3
  • Loading branch information
Dimitris Michailidis authored and David S. Miller committed Oct 13, 2008
1 parent ea8b0e3 commit 25b5cde
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c6dcb8278876ebf266e2088b0b45b28aa66b7693
refs/heads/master: ab396eb03f33a2e2afb7b0603a43929bf5857c45
2 changes: 1 addition & 1 deletion trunk/net/core/skb_dma_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ int skb_dma_map(struct device *dev, struct sk_buff *skb,
return 0;

unwind:
while (i-- >= 0) {
while (--i >= 0) {
skb_frag_t *fp = &sp->frags[i];

dma_unmap_page(dev, sp->dma_maps[i + 1],
Expand Down

0 comments on commit 25b5cde

Please sign in to comment.