]> err.no Git - linux-2.6/blobdiff - drivers/media/video/usbvideo/ultracam.c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireles...
[linux-2.6] / drivers / media / video / usbvideo / ultracam.c
index 95453c108d40e650de7c1ddfb14bb8e59916f59b..9544e644bf0de4bc6f01b8e22107d20809683657 100644 (file)
@@ -28,9 +28,9 @@ typedef struct {
 
 static struct usbvideo *cams = NULL;
 
-static int debug = 0;
+static int debug;
 
-static int flags = 0; /* FLAGS_DISPLAY_HINTS | FLAGS_OVERLAY_STATS; */
+static int flags; /* FLAGS_DISPLAY_HINTS | FLAGS_OVERLAY_STATS; */
 
 static const int min_canvasWidth  = 8;
 static const int min_canvasHeight = 4;