Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290050
b: refs/heads/master
c: af2ce21
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Feb 7, 2012
1 parent e957018 commit dd3d220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: bb7d92e3e3049e22b5807ac559a72b38fad5f499
refs/heads/master: af2ce213f6e6b28497c5c932f43b94026b5a0363
3 changes: 1 addition & 2 deletions trunk/net/caif/chnl_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ static void robust_list_del(struct list_head *delete_node)
static int chnl_recv_cb(struct cflayer *layr, struct cfpkt *pkt)
{
struct sk_buff *skb;
struct chnl_net *priv = container_of(layr, struct chnl_net, chnl);
struct chnl_net *priv;
int pktlen;
const u8 *ip_version;
u8 buf;

priv = container_of(layr, struct chnl_net, chnl);

if (!priv)
return -EINVAL;

Expand Down

0 comments on commit dd3d220

Please sign in to comment.