Turn off qcam_debug flag by default

Should go in 2.2
Reviewed by: pst
This commit is contained in:
Andrey A. Chernov 1996-12-28 05:45:18 +00:00
parent af155bdff3
commit 1aa5ebd104
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20962

View file

@ -105,7 +105,7 @@ SYSINIT(qcamdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,qcam_drvinit,NULL)
#define STATIC_CDEVSW #define STATIC_CDEVSW
#endif #endif
int qcam_debug = 1; int qcam_debug = 0;
static struct qcam_softc qcam_softc[NQCAM]; static struct qcam_softc qcam_softc[NQCAM];