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:
@@ -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
|
||||||
@@ -242,4 +242,4 @@ mmc_bus_interface gSDHCIACPIDeviceModule = {
|
|||||||
.do_io = do_io,
|
.do_io = do_io,
|
||||||
.set_scan_semaphore = set_scan_semaphore,
|
.set_scan_semaphore = set_scan_semaphore,
|
||||||
.set_bus_width = set_bus_width,
|
.set_bus_width = set_bus_width,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user