* [PATCH] x86 mmiotrace: remove definition of DEBUG
@ 2021-01-14 15:58 trix
0 siblings, 0 replies; only message in thread
From: trix @ 2021-01-14 15:58 UTC (permalink / raw)
To: rostedt, mingo, karolherbst, ppaalanen, dave.hansen, luto, peterz,
tglx, bp, hpa
Cc: x86, linux-kernel, nouveau, Tom Rix
From: Tom Rix <trix@redhat.com>
Defining DEBUG should only be done in development.
So remove DEBUG.
Signed-off-by: Tom Rix <trix@redhat.com>
---
arch/x86/mm/mmio-mod.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c
index bd7aff5c51f7..cd768dafca9e 100644
--- a/arch/x86/mm/mmio-mod.c
+++ b/arch/x86/mm/mmio-mod.c
@@ -10,8 +10,6 @@
#define pr_fmt(fmt) "mmiotrace: " fmt
-#define DEBUG 1
-
#include <linux/moduleparam.h>
#include <linux/debugfs.h>
#include <linux/slab.h>
--
2.27.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-14 15:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-14 15:58 [PATCH] x86 mmiotrace: remove definition of DEBUG trix
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.