1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246887

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");