Re: [PATCH 07/34] tegra: i2c: Drop LOG_DEBUG

2021-03-26 Thread Simon Glass
We should not enable debugging by default. Drop this. Signed-off-by: Simon Glass --- drivers/sound/tegra_i2s.c | 1 - 1 file changed, 1 deletion(-) Applied to u-boot-dm/next, thanks!

[PATCH 07/34] tegra: i2c: Drop LOG_DEBUG

2021-03-14 Thread Simon Glass
We should not enable debugging by default. Drop this. Signed-off-by: Simon Glass --- drivers/sound/tegra_i2s.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/sound/tegra_i2s.c b/drivers/sound/tegra_i2s.c index 5cf82250da2..932f737900e 100644 --- a/drivers/sound/tegra_i2s.c +++ b/dri