Disable debug accidentally enabled by previous commit

This commit is contained in:
Oleksandr Tymoshenko 2013-02-16 23:52:14 +00:00
parent 57677a3a4a
commit 7337a22fb0

View File

@ -65,7 +65,7 @@ struct sdhci_softc {
static SYSCTL_NODE(_hw, OID_AUTO, sdhci, CTLFLAG_RD, 0, "sdhci driver");
int sdhci_debug = 1;
int sdhci_debug = 0;
TUNABLE_INT("hw.sdhci.debug", &sdhci_debug);
SYSCTL_INT(_hw_sdhci, OID_AUTO, debug, CTLFLAG_RW, &sdhci_debug, 0, "Debug level");