[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210115235553.290476-1-trix@redhat.com>
Date: Fri, 15 Jan 2021 15:55:53 -0800
From: trix@...hat.com
To: dmitry.torokhov@...il.com, hdegoede@...hat.com,
gustavoars@...nel.org, luomeng12@...wei.com, rajatja@...gle.com
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
Tom Rix <trix@...hat.com>
Subject: [PATCH] Input: i8042: remove definition of DEBUG
From: Tom Rix <trix@...hat.com>
Defining DEBUG should only be done in development.
So remove DEBUG.
Signed-off-by: Tom Rix <trix@...hat.com>
---
drivers/input/serio/i8042.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
index abae23af0791..411ebb2cefb5 100644
--- a/drivers/input/serio/i8042.c
+++ b/drivers/input/serio/i8042.c
@@ -111,7 +111,6 @@ module_param_named(nopnp, i8042_nopnp, bool, 0);
MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings");
#endif
-#define DEBUG
#ifdef DEBUG
static bool i8042_debug;
module_param_named(debug, i8042_debug, bool, 0600);
--
2.27.0
Powered by blists - more mailing lists