diff --git a/security/selinux/netlink.c b/security/selinux/netlink.c index 828fb6a4e9410e6a0bae91c2126a7645db4f4daa..8a8a7250743769a55cdb7750930aeaf2eb6550ec 100644 --- a/security/selinux/netlink.c +++ b/security/selinux/netlink.c @@ -94,7 +94,7 @@ static void selnl_notify(int msgtype, void *data) out_kfree_skb: kfree_skb(skb); oom: - printk(KERN_ERR "SELinux: OOM in %s\n", __func__); + pr_err("SELinux: OOM in %s\n", __func__); goto out; }