Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall...
[linux-2.6-microblaze.git] / net / netlabel / netlabel_domainhash.c
index f73a838..dc8c39f 100644 (file)
@@ -612,9 +612,8 @@ int netlbl_domhsh_remove_entry(struct netlbl_dom_map *entry,
        audit_buf = netlbl_audit_start_common(AUDIT_MAC_MAP_DEL, audit_info);
        if (audit_buf != NULL) {
                audit_log_format(audit_buf,
-                                " nlbl_domain=%s res=%u",
-                                entry->domain ? entry->domain : "(default)",
-                                ret_val == 0 ? 1 : 0);
+                                " nlbl_domain=%s res=1",
+                                entry->domain ? entry->domain : "(default)");
                audit_log_end(audit_buf);
        }