Commit 4957a7d5 authored by Tom Rix's avatar Tom Rix Committed by Wim Van Sebroeck
Browse files

watchdog: it8712f_wdt: remove definition of DEBUG



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

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210115153237.131357-1-trix@redhat.com


Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent 7c53f6b6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>");