[NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses it
[deliverable/linux.git] / net / ethernet / pe2.c
index 98a494be6039452700e39a227fcf7a23d69ab3f6..9d57b4fb6440c74532856b9fc4160821aa19d2b8 100644 (file)
@@ -32,8 +32,7 @@ struct datalink_proto *make_EII_client(void)
 
 void destroy_EII_client(struct datalink_proto *dl)
 {
-       if (dl)
-               kfree(dl);
+       kfree(dl);
 }
 
 EXPORT_SYMBOL(destroy_EII_client);
This page took 0.023217 seconds and 5 git commands to generate.