Turn off qcam_debug flag by default

Should go in 2.2
Reviewed by: pst
This commit is contained in:
ache 1996-12-28 05:45:18 +00:00
parent d66375168c
commit 2847a02e3b

View File

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