diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c
index 91e82e34b51e328eed868e025a5873fd6f557534..7a98cd176a127d2ef1726024a34ad9674b54c28f 100644
--- a/kernel/audit_watch.c
+++ b/kernel/audit_watch.c
@@ -531,7 +531,7 @@ int audit_exe_compare(struct task_struct *tsk, struct audit_fsnotify_mark *mark)
 	if (tsk != current)
 		return 0;
 
-	if (WARN_ON_ONCE(!current->mm))
+	if (!current->mm)
 		return 0;
 	exe_file = get_mm_exe_file(current->mm);
 	if (!exe_file)