From: Simon Glass Date: Mon, 15 Mar 2021 05:00:07 +0000 (+1300) Subject: tegra: i2c: Drop LOG_DEBUG X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=42ee0cd216e54a567fa8a1459ef9ebbf34272207;p=u-boot.git tegra: i2c: Drop LOG_DEBUG We should not enable debugging by default. Drop this. Signed-off-by: Simon Glass --- diff --git a/drivers/sound/tegra_i2s.c b/drivers/sound/tegra_i2s.c index 5cf82250da..932f737900 100644 --- a/drivers/sound/tegra_i2s.c +++ b/drivers/sound/tegra_i2s.c @@ -4,7 +4,6 @@ * Written by Simon Glass */ #define LOG_CATEGORY UCLASS_I2S -#define LOG_DEBUG #include #include