diff options
Diffstat (limited to 'arch/x86/kernel/uintr_fd.c')
| -rw-r--r-- | arch/x86/kernel/uintr_fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/uintr_fd.c b/arch/x86/kernel/uintr_fd.c index 06d7f4f84119..891c4568d60b 100644 --- a/arch/x86/kernel/uintr_fd.c +++ b/arch/x86/kernel/uintr_fd.c @@ -12,7 +12,7 @@ #include <linux/syscalls.h> #include <asm/uintr.h> -static bool Debug = true; +static bool Debug = false; struct uintrfd_ctx { struct uintr_receiver_info *r_info; |
