aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/octeontx_bch.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:33 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:07:03 -0500
commitd5c4b8b0631a1da03e67fdeb1b5bf4a637a33c20 (patch)
treed4c8f3bf258045da26f1efa6792b60be431e29b0 /drivers/mtd/nand/raw/octeontx_bch.c
parentdc2c451a94e11e0b5ac006fd603b746632734d5c (diff)
log: Remove some places where we redefine LOGLEVEL
We cannot redefine a CONFIG value per file in this manner. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mtd/nand/raw/octeontx_bch.c')
-rw-r--r--drivers/mtd/nand/raw/octeontx_bch.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mtd/nand/raw/octeontx_bch.c b/drivers/mtd/nand/raw/octeontx_bch.c
index c1d721cabf..fc16b77416 100644
--- a/drivers/mtd/nand/raw/octeontx_bch.c
+++ b/drivers/mtd/nand/raw/octeontx_bch.c
@@ -27,11 +27,6 @@
#include <asm/arch/clock.h>
#include "octeontx_bch.h"
-#ifdef DEBUG
-# undef CONFIG_LOGLEVEL
-# define CONFIG_LOGLEVEL 8
-#endif
-
LIST_HEAD(octeontx_bch_devices);
static unsigned int num_vfs = BCH_NR_VF;
static void *bch_pf;