Add changes from the Linux-2.6 tree.
[linux-2.6.git] / net / ethernet / pe2.c
index 98a494b..9d57b4f 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);