Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Jean-François Moine and committed by
Mauro Carvalho Chehab
cf221766 707ff3fb

+1 -1
+1 -1
drivers/media/video/gspca/gspca.h
··· 9 9 #include <linux/mutex.h> 10 10 11 11 /* compilation option */ 12 - #define GSPCA_DEBUG 1 12 + /*#define GSPCA_DEBUG 1*/ 13 13 14 14 #ifdef GSPCA_DEBUG 15 15 /* GSPCA our debug messages */