瀏覽代碼

tegra: i2c: Drop LOG_DEBUG

We should not enable debugging by default. Drop this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 3 年之前
父節點
當前提交
42ee0cd216
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/sound/tegra_i2s.c

+ 0 - 1
drivers/sound/tegra_i2s.c

@@ -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>