Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97635
b: refs/heads/master
c: 7557af2
h: refs/heads/master
i:
  97633: 4309896
  97631: d455177
v: v3
  • Loading branch information
Brice Goglin authored and David S. Miller committed Jun 3, 2008
1 parent 79761c6 commit 21b221b
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: b9f5f52cca3e94f1e7509f366aa250ebbe1ed0b5
refs/heads/master: 7557af25155a82ac2dad73eec6b0166868bf8ea2
2 changes: 1 addition & 1 deletion trunk/net/core/user_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int dma_skb_copy_datagram_iovec(struct dma_chan *chan,

end = start + skb_shinfo(skb)->frags[i].size;
copy = end - offset;
if ((copy = end - offset) > 0) {
if (copy > 0) {
skb_frag_t *frag = &skb_shinfo(skb)->frags[i];
struct page *page = frag->page;

Expand Down

0 comments on commit 21b221b

Please sign in to comment.