All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: it8712f_wdt: remove definition of DEBUG
@ 2021-01-15 15:32 trix
  2021-01-23 17:15 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: trix @ 2021-01-15 15:32 UTC (permalink / raw)
  To: wim, linux; +Cc: linux-watchdog, linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

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

Signed-off-by: Tom Rix <trix@redhat.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@dti2.net>");
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] watchdog: it8712f_wdt: remove definition of DEBUG
  2021-01-15 15:32 [PATCH] watchdog: it8712f_wdt: remove definition of DEBUG trix
@ 2021-01-23 17:15 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2021-01-23 17:15 UTC (permalink / raw)
  To: trix; +Cc: wim, linux-watchdog, linux-kernel

On Fri, Jan 15, 2021 at 07:32:37AM -0800, trix@redhat.com wrote:
> From: Tom Rix <trix@redhat.com>
> 
> 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>

> ---
>  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@dti2.net>");

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-23 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15 15:32 [PATCH] watchdog: it8712f_wdt: remove definition of DEBUG trix
2021-01-23 17:15 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.