]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/ipv4/xfrm4_tunnel.c
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd...
[linux.git] / net / ipv4 / xfrm4_tunnel.c
index 5d00e54cd3190e829e73479ad0126eca8979a24e..dc19aff7c2e0055711597d7dd423fd107cd21ef7 100644 (file)
@@ -108,8 +108,7 @@ static void __exit ipip_fini(void)
        if (xfrm4_tunnel_deregister(&xfrm_tunnel_handler, AF_INET))
                pr_info("%s: can't remove xfrm handler for AF_INET\n",
                        __func__);
-       if (xfrm_unregister_type(&ipip_type, AF_INET) < 0)
-               pr_info("%s: can't remove xfrm type\n", __func__);
+       xfrm_unregister_type(&ipip_type, AF_INET);
 }
 
 module_init(ipip_init);