sdhci_acpi: Disable tracing for now.

It adds a lot of log spam even on systems without any such devices
(due to device detection.)
This commit is contained in:
Augustin Cavalier
2024-05-27 19:36:38 -04:00
parent 1834e12564
commit a03edeab4d
+1 -1
View File
@@ -23,7 +23,7 @@
#include "sdhci.h" #include "sdhci.h"
#define TRACE_SDHCI //#define TRACE_SDHCI
#ifdef TRACE_SDHCI #ifdef TRACE_SDHCI
# define TRACE(x...) dprintf("\33[33msdhci:\33[0m " x) # define TRACE(x...) dprintf("\33[33msdhci:\33[0m " x)
#else #else