aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-François Moine <moinejf@free.fr>2011-05-17 04:37:05 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-21 09:35:11 -0300
commitcf221766f58cf12cbaffccddfa48e906604f8545 (patch)
tree6e23c05f28df9b97592fb959ad1bbe70281b78f9
parent[media] gspca - cpia1: Remove a bad conditional compilation instruction (diff)
downloadlinux-dev-cf221766f58cf12cbaffccddfa48e906604f8545.tar.xz
linux-dev-cf221766f58cf12cbaffccddfa48e906604f8545.zip
[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: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/gspca/gspca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h
index d8cd69a3a7bf..49e2fcbe81fb 100644
--- a/drivers/media/video/gspca/gspca.h
+++ b/drivers/media/video/gspca/gspca.h
@@ -9,7 +9,7 @@
#include <linux/mutex.h>
/* compilation option */
-#define GSPCA_DEBUG 1
+/*#define GSPCA_DEBUG 1*/
#ifdef GSPCA_DEBUG
/* GSPCA our debug messages */