Skip to content

Commit

Permalink
net: ks8851: remove definition of DEBUG
Browse files Browse the repository at this point in the history
Defining DEBUG should only be done in development.
So remove DEBUG.

Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Link: https://lore.kernel.org/r/20210115153128.131026-1-trix@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Tom Rix authored and Jakub Kicinski committed Jan 16, 2021
1 parent e794e7f commit 3ada665
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ethernet/micrel/ks8851_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#define DEBUG

#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/kernel.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/net/ethernet/micrel/ks8851_par.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#define DEBUG

#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/kernel.h>
Expand Down
2 changes: 0 additions & 2 deletions drivers/net/ethernet/micrel/ks8851_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#define DEBUG

#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/kernel.h>
Expand Down

0 comments on commit 3ada665

Please sign in to comment.