]> Git Repo - linux.git/blobdiff - security/selinux/netnode.c
drm/i915: Trim NEWCLIENT boosting
[linux.git] / security / selinux / netnode.c
index 6dd89b89bc1f6f2fa8cad39b567d18e93ef5e2b9..afa0d432436b0bbd0b8c5bc598377e91b63a285e 100644 (file)
@@ -238,9 +238,8 @@ static int sel_netnode_sid_slow(void *addr, u16 family, u32 *sid)
 out:
        spin_unlock_bh(&sel_netnode_lock);
        if (unlikely(ret)) {
-               printk(KERN_WARNING
-                      "SELinux: failure in sel_netnode_sid_slow(),"
-                      " unable to determine network node label\n");
+               pr_warn("SELinux: failure in %s(), unable to determine network node label\n",
+                       __func__);
                kfree(new);
        }
        return ret;
This page took 0.035008 seconds and 4 git commands to generate.