[Nouveau] [PATCH] x86 mmiotrace: remove definition of DEBUG

trix at redhat.com trix at redhat.com
Thu Jan 14 15:58:04 UTC 2021


From: Tom Rix <trix at redhat.com>

Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix at 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



More information about the Nouveau mailing list