mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Disable debug accidentally enabled by previous commit
This commit is contained in:
parent
57677a3a4a
commit
7337a22fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue