X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2F802%2Fp8023.c;h=53cf05709283662f16578fab5cd06972c07eec16;hb=69eb887b0c2380791d33f7c07bfba88d7c5cef15;hp=6368d3dce444489ea41e654067aa92c012c0b924;hpb=2fc2991175bf77395e6b15fe6b2304d3bf72da40;p=linux-2.6 diff --git a/net/802/p8023.c b/net/802/p8023.c index 6368d3dce4..53cf057092 100644 --- a/net/802/p8023.c +++ b/net/802/p8023.c @@ -54,9 +54,10 @@ struct datalink_proto *make_8023_client(void) */ void destroy_8023_client(struct datalink_proto *dl) { - if (dl) - kfree(dl); + kfree(dl); } EXPORT_SYMBOL(destroy_8023_client); EXPORT_SYMBOL(make_8023_client); + +MODULE_LICENSE("GPL");