Skip to content

Commit

Permalink
Merge branch 'master' of malu.beraldoleal.com:netsfs
Browse files Browse the repository at this point in the history
Conflicts:
	proto.c
  • Loading branch information
beraldoleal committed Feb 17, 2013
2 parents ff7fac0 + 5968881 commit e605389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ int netsfs_packet_handler(struct sk_buff *skb, struct net_device *dev, struct pa
if (!netsfsinfo) {
err = -ENOMEM;
goto free;
}

netsfsinfo->x = 10;
INIT_WORK(&netsfsinfo->my_work, netsfs_go);
Expand Down

0 comments on commit e605389

Please sign in to comment.