tegra: i2c: Drop LOG_DEBUG
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:07 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 00:59:36 +0000 (13:59 +1300)
We should not enable debugging by default. Drop this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/sound/tegra_i2s.c

index 5cf8225..932f737 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 #define LOG_CATEGORY UCLASS_I2S
-#define LOG_DEBUG
 
 #include <common.h>
 #include <dm.h>