Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf221766 authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab
Browse files

[media] gspca: Unset debug by default



The output of possible hardware or software errors does not depend on the
option GSPCA_DEBUG. This one is useful only when working on the main driver
or on a subdriver (bug fix, enhancement, new webcam/bridge/sensor or bug fix).
It is enabled in the gspca test version which is available from my web site.

Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 707ff3fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@
#include <linux/mutex.h>
#include <linux/mutex.h>


/* compilation option */
/* compilation option */
#define GSPCA_DEBUG 1
/*#define GSPCA_DEBUG 1*/


#ifdef GSPCA_DEBUG
#ifdef GSPCA_DEBUG
/* GSPCA our debug messages */
/* GSPCA our debug messages */