]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/batman-adv/unicast.h
Staging: batman-adv: check kmalloc() return value
[net-next-2.6.git] / drivers / staging / batman-adv / unicast.h
index 1d5cbeb6733f47de7c8727176ca4210d61567148..79736977190069fdd4800a672408c3ed2f713644 100644 (file)
@@ -30,7 +30,7 @@ struct sk_buff *merge_frag_packet(struct list_head *head,
        struct sk_buff *skb);
 
 void create_frag_entry(struct list_head *head, struct sk_buff *skb);
-void create_frag_buffer(struct list_head *head);
+int create_frag_buffer(struct list_head *head);
 struct frag_packet_list_entry *search_frag_packet(struct list_head *head,
        struct unicast_frag_packet *up);
 void frag_list_free(struct list_head *head);