Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278307
b: refs/heads/master
c: 200c5a3
h: refs/heads/master
i:
  278305: 4fc37df
  278303: 396b7be
v: v3
  • Loading branch information
sjur.brandeland@stericsson.com authored and David S. Miller committed Dec 1, 2011
1 parent 1ded314 commit 8b2c0db
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: 7bc0f28c7a0cd19f40e5a6e4d0a117db9a4e4cd5
refs/heads/master: 200c5a3b387c415e49639ee0f6de37804522b745
3 changes: 2 additions & 1 deletion trunk/net/caif/cfpkt_skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len)
}
from = skb_pull(skb, len);
from -= len;
memcpy(data, from, len);
if (data)
memcpy(data, from, len);
return 0;
}

Expand Down

0 comments on commit 8b2c0db

Please sign in to comment.