Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267232
b: refs/heads/master
c: 0110bba
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and Linus Torvalds committed Oct 25, 2011
1 parent 95a8aa8 commit a83ff4c
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: ef78cc75f11ba3b085b105209cbfc6666ee10499
refs/heads/master: 0110bba5e7731524940f9e02ce3d4aae75087f68
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/ibm/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ static inline void write_swqe2_data(struct sk_buff *skb, struct net_device *dev,
sgentry = &sg_list[i - sg1entry_contains_frag_data];

sgentry->l_key = lkey;
sgentry->len = frag_size(frag);
sgentry->len = skb_frag_size(frag);
sgentry->vaddr = ehea_map_vaddr(skb_frag_address(frag));
swqe->descriptors++;
}
Expand Down

0 comments on commit a83ff4c

Please sign in to comment.