[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210115153237.131357-1-trix@redhat.com>
Date: Fri, 15 Jan 2021 07:32:37 -0800
From: trix@...hat.com
To: wim@...ux-watchdog.org, linux@...ck-us.net
Cc: linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org,
Tom Rix <trix@...hat.com>
Subject: [PATCH] watchdog: it8712f_wdt: 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/watchdog/it8712f_wdt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/watchdog/it8712f_wdt.c b/drivers/watchdog/it8712f_wdt.c
index 9b89d2f09568..3ce6a58bd81e 100644
--- a/drivers/watchdog/it8712f_wdt.c
+++ b/drivers/watchdog/it8712f_wdt.c
@@ -31,7 +31,6 @@
#include <linux/io.h>
#include <linux/ioport.h>
-#define DEBUG
#define NAME "it8712f_wdt"
MODULE_AUTHOR("Jorge Boncompte - DTI2 <jorge@...2.net>");
--
2.27.0
Powered by blists - more mailing lists