Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265548
b: refs/heads/master
c: c517202
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Aug 26, 2011
1 parent 242c2b7 commit f7e3775
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: 767df1c7174406127d3619c2f7a862655b34074f
refs/heads/master: c517202f3cf1cd189259c50d55622d8c7ab16eb2
3 changes: 2 additions & 1 deletion trunk/drivers/atm/eni.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,8 @@ DPRINTK("doing direct send\n"); /* @@@ well, this doesn't work anyway */
skb_headlen(skb));
else
put_dma(tx->index,eni_dev->dma,&j,(unsigned long)
skb_shinfo(skb)->frags[i].page + skb_shinfo(skb)->frags[i].page_offset,
skb_frag_page(&skb_shinfo(skb)->frags[i]) +
skb_shinfo(skb)->frags[i].page_offset,
skb_shinfo(skb)->frags[i].size);
}
if (skb->len & 3)
Expand Down

0 comments on commit f7e3775

Please sign in to comment.