watchdog: it8712f_wdt: remove definition of DEBUG
authorTom Rix <trix@redhat.com>
Fri, 15 Jan 2021 15:32:37 +0000 (07:32 -0800)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 7 Feb 2021 13:41:18 +0000 (14:41 +0100)
Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210115153237.131357-1-trix@redhat.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/it8712f_wdt.c

index 9b89d2f09568d6f24f08d9b33feb0d74930548e3..3ce6a58bd81ea527afb23947ef7461af27f8f32f 100644 (file)
@@ -31,7 +31,6 @@
 #include <linux/io.h>
 #include <linux/ioport.h>
 
-#define DEBUG
 #define NAME "it8712f_wdt"
 
 MODULE_AUTHOR("Jorge Boncompte - DTI2 <jorge@dti2.net>");