netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_free"
[firefly-linux-kernel-4.4.55.git] / net / netlabel / netlabel_cipso_v4.c
index 179625353cacef10c850fed64732f78261714bfe..7fd1104ba9007ec0d731d97d0a245eb3da7b4436 100644 (file)
@@ -324,8 +324,7 @@ static int netlbl_cipsov4_add_std(struct genl_info *info,
        return 0;
 
 add_std_failure:
-       if (doi_def)
-               cipso_v4_doi_free(doi_def);
+       cipso_v4_doi_free(doi_def);
        return ret_val;
 }