Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118079
b: refs/heads/master
c: e1f03ae
h: refs/heads/master
i:
  118077: 927224f
  118075: f048480
  118071: 69e1c4b
  118063: e2efeb4
  118047: 38b530b
  118015: c3f2c6a
v: v3
  • Loading branch information
Frank Blaschka authored and Jeff Garzik committed Oct 27, 2008
1 parent 339afd7 commit 20e499f
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: 0f5623c9ebfc6576c5682ab3b335c57812f6c87e
refs/heads/master: e1f03ae8029cb8046ef3031e66d74430730c2727
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 @@ -3025,7 +3025,7 @@ static inline void __qeth_fill_buffer(struct sk_buff *skb,
struct qdio_buffer *buffer, int is_tso, int *next_element_to_fill,
int offset)
{
int length = skb->len - offset;
int length = skb->len;
int length_here;
int element;
char *data;
Expand All @@ -3037,6 +3037,7 @@ static inline void __qeth_fill_buffer(struct sk_buff *skb,

if (offset >= 0) {
data = skb->data + offset;
length -= offset;
first_lap = 0;
}

Expand Down

0 comments on commit 20e499f

Please sign in to comment.