Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265717
b: refs/heads/master
c: 8d36bb0
h: refs/heads/master
i:
  265715: 4980379
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Sep 15, 2011
1 parent c924c99 commit fab677c
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: 4bb97cae662ea6e2a5aa5982d0b289a8c48d64c6
refs/heads/master: 8d36bb0de70bfd57f15c48bc8fb6886f3dcc96ae
3 changes: 2 additions & 1 deletion trunk/drivers/s390/net/qeth_core_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3694,7 +3694,8 @@ static inline void __qeth_fill_buffer(struct sk_buff *skb,

for (cnt = 0; cnt < skb_shinfo(skb)->nr_frags; cnt++) {
frag = &skb_shinfo(skb)->frags[cnt];
buffer->element[element].addr = (char *)page_to_phys(frag->page)
buffer->element[element].addr = (char *)
page_to_phys(skb_frag_page(frag))
+ frag->page_offset;
buffer->element[element].length = frag->size;
buffer->element[element].eflags = SBAL_EFLAGS_MIDDLE_FRAG;
Expand Down

0 comments on commit fab677c

Please sign in to comment.